6 lines
68 B
YAML
6 lines
68 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: ./configure && make
|