7 lines
68 B
YAML
7 lines
68 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script: make && make check
|