Add autodeploy to biicode
This commit is contained in:
parent
307c427200
commit
9b66d408ad
24
.travis.yml
24
.travis.yml
@ -2,21 +2,21 @@ language: cpp
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||||
&& ./update_gcc_version.sh 4.9
|
&& chmod +x update_gcc_version.sh && ./update_gcc_version.sh 4.9
|
||||||
before_script:
|
before_script:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py
|
||||||
&& ./setup_biicode_project.py
|
&& chmod +x setup_biicode_project.py && ./setup_biicode_project.py
|
||||||
script:
|
script:
|
||||||
- bii find
|
- bii find
|
||||||
- bii cpp:configure
|
- bii cpp:configure
|
||||||
- bii cpp:build
|
- bii cpp:build
|
||||||
- "../../../bin/messmer_cpp-utils_test_main"
|
- "../../../bin/messmer_cpp-utils_test_main"
|
||||||
#deploy:
|
deploy:
|
||||||
# provider: biicode
|
provider: biicode
|
||||||
# user: messmer
|
user: messmer
|
||||||
# password:
|
password:
|
||||||
# secure: pw-hash
|
secure: PSCqNTbwsgQdwB2Lz09rcumjUoJWfl0VI76XNJywDoRA3X7gx4qTu7CHQKmG4GKW1FK7y3u6U2qII/T1uX3tQZ9pa76TwfXGz6OCzfUhf7trwoP3cRKjllm0SrAM5gr4E34XTLpCk50UmuFSux5Dtf4C8z2fKdMn5amDvm9uH00=
|
||||||
# on:
|
on:
|
||||||
# branch: develop
|
branch: develop
|
||||||
# repo: smessmer/tempfile
|
repo: smessmer/tempfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user