8 lines
102 B
YAML
8 lines
102 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- make && make check |