11 lines
164 B
YAML
11 lines
164 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
install: sudo apt-get install check
|
|
script: make test
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|