7 lines
98 B
YAML
7 lines
98 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
install: sudo apt-get install check
|
|
script: make test
|