2015-02-18 16:58:48 +01:00
|
|
|
language: cpp
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
before_install:
|
2015-02-19 17:53:47 +01:00
|
|
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh && chmod +x install_boost.sh
|
2015-02-19 17:50:03 +01:00
|
|
|
&& ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev
|
2015-02-19 17:53:47 +01:00
|
|
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh
|
2015-02-19 17:50:03 +01:00
|
|
|
&& ./update_gcc_version.sh 4.9
|
2015-02-18 16:58:48 +01:00
|
|
|
before_script:
|
2015-02-19 17:53:47 +01:00
|
|
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py
|
2015-02-19 17:50:03 +01:00
|
|
|
&& ./setup_biicode_project.py
|
2015-02-18 16:58:48 +01:00
|
|
|
script:
|
|
|
|
- bii find
|
|
|
|
- bii cpp:configure
|
|
|
|
- bii cpp:build
|
2015-02-19 17:53:47 +01:00
|
|
|
- "../../../bin/messmer_blockstore_test_main"
|
2015-02-18 16:58:48 +01:00
|
|
|
#deploy:
|
|
|
|
# provider: biicode
|
|
|
|
# user: messmer
|
|
|
|
# password:
|
|
|
|
# secure: pw-hash
|
|
|
|
# on:
|
|
|
|
# branch: develop
|
|
|
|
# repo: smessmer/tempfile
|