5 lines
93 B
YAML
5 lines
93 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
script: script/runtests.sh
|
|
before_install: script/bootstrap.sh
|