Added Travis CI
This commit is contained in:
parent
e46107b2fd
commit
c02e06f45c
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||
&& source ./update_gcc_version.sh 4.9
|
||||
before_script:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
||||
&& source ./setup_biicode_project.sh
|
||||
script:
|
||||
- bii find
|
||||
- bii cpp:configure
|
||||
- bii cpp:build
|
||||
- "./bin/messmer_cpp-utils_test_main"
|
||||
#deploy:
|
||||
# provider: biicode
|
||||
# user: messmer
|
||||
# password:
|
||||
# secure: pw-hash
|
||||
# on:
|
||||
# branch: develop
|
||||
# repo: smessmer/tempfile
|
Loading…
Reference in New Issue
Block a user