6 lines
100 B
YAML
6 lines
100 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: ./configure --enable-debug && make -j16
|