mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
7 lines
71 B
YAML
7 lines
71 B
YAML
language: c
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
install: skip
|
|
script: make -j4
|