libcryfs/.travis.yml

23 lines
779 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
&& chmod +x update_gcc_version.sh && ./update_gcc_version.sh 4.9
2015-02-18 16:52:28 +01:00
before_script:
2015-02-19 18:27:50 +01:00
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py
&& chmod +x setup_biicode_project.py && ./setup_biicode_project.py
2015-02-18 16:52:28 +01:00
script:
- bii find
- bii cpp:configure
- bii cpp:build
2015-02-19 17:47:56 +01:00
- "../../../bin/messmer_cpp-utils_test_main"
2015-02-19 18:27:50 +01:00
deploy:
provider: biicode
user: messmer
password:
secure: PSCqNTbwsgQdwB2Lz09rcumjUoJWfl0VI76XNJywDoRA3X7gx4qTu7CHQKmG4GKW1FK7y3u6U2qII/T1uX3tQZ9pa76TwfXGz6OCzfUhf7trwoP3cRKjllm0SrAM5gr4E34XTLpCk50UmuFSux5Dtf4C8z2fKdMn5amDvm9uH00=
on:
branch: develop
repo: smessmer/tempfile