adds travis configuration file
This commit is contained in:
parent
418a16c30d
commit
6f8d55e700
1 changed files with 22 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
#- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
- make clean
|
||||||
|
|
||||||
|
before_deploy:
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
|
||||||
|
after_deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue