2015-02-19 19:36:43 +01:00
|
|
|
language: cpp
|
|
|
|
compiler:
|
|
|
|
- gcc
|
2015-02-20 02:02:35 +01:00
|
|
|
install:
|
2015-02-19 19:36:43 +01:00
|
|
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh
|
|
|
|
&& ./update_gcc_version.sh 4.9
|
2015-02-20 02:02:35 +01:00
|
|
|
- sudo apt-get install libfuse-dev
|
2015-02-19 19:36:43 +01:00
|
|
|
before_script:
|
|
|
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py
|
|
|
|
&& ./setup_biicode_project.py
|
|
|
|
script:
|
|
|
|
- bii find
|
|
|
|
- bii cpp:configure
|
|
|
|
- bii cpp:build
|
2015-02-20 02:02:35 +01:00
|
|
|
#- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh && chmod +x run_with_fuse.sh
|
2015-02-20 02:09:31 +01:00
|
|
|
# && ./run_with_fuse.sh "../../../bin/messmer_cryfs_test_main"
|
2015-02-19 19:36:43 +01:00
|
|
|
deploy:
|
|
|
|
provider: biicode
|
|
|
|
user: ${BII_USERNAME}
|
|
|
|
password:
|
|
|
|
secure: ${BII_PASSWORD}
|
|
|
|
on:
|
|
|
|
branch: develop
|
|
|
|
|