7 lines
83 B
YAML
7 lines
83 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script: ./configure && make && make check
|