libcryfs/.travis.yml

24 lines
638 B
YAML
Raw Normal View History

2015-02-18 16:52:28 +01:00
language: cpp
compiler:
- gcc
before_install:
2015-02-19 18:27:50 +01:00
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
2015-02-20 20:44:07 +01:00
&& chmod +x update_gcc_version.sh
&& ./update_gcc_version.sh 4.9
&& rm update_gcc_version.sh
2015-02-18 16:52:28 +01:00
before_script:
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
&& chmod +x setup_biicode_project.sh
&& ./setup_biicode_project.sh
&& rm setup_biicode_project.sh
2015-02-18 16:52:28 +01:00
script:
- bii cpp:build -- -j2
- "./bin/messmer_cpp-utils_test_main"
2015-02-19 18:27:50 +01:00
deploy:
provider: biicode
user: ${BII_USERNAME}
2015-02-19 18:27:50 +01:00
password:
secure: ${BII_PASSWORD}
2015-02-19 18:27:50 +01:00
on:
branch: develop