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