15 lines
157 B
YAML
15 lines
157 B
YAML
|
language: cpp
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
on_failure: change # default: always
|
||
|
|
||
|
#addons:
|
||
|
#apt:
|
||
|
#packages:
|
||
|
#-
|
||
|
|
||
|
script:
|
||
|
- make get-deps
|
||
|
- make
|