Add .travis.yml
parent
49a6f4f9fc
commit
40751d882d
|
@ -0,0 +1,14 @@
|
|||
language: cpp
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_failure: change # default: always
|
||||
|
||||
#addons:
|
||||
#apt:
|
||||
#packages:
|
||||
#-
|
||||
|
||||
script:
|
||||
- make get-deps
|
||||
- make
|
Loading…
Reference in New Issue