Workaround for broken travis biicode deployment
This commit is contained in:
parent
309a251916
commit
8a3d731cae
17
.travis.yml
17
.travis.yml
@ -15,11 +15,14 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- bii cpp:build --target messmer_blockstore_test_main -- -j2
|
- bii cpp:build --target messmer_blockstore_test_main -- -j2
|
||||||
- "./bin/messmer_blockstore_test_main"
|
- "./bin/messmer_blockstore_test_main"
|
||||||
deploy:
|
after_success:
|
||||||
provider: biicode
|
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
|
||||||
user: ${BII_USERNAME}
|
- bii publish
|
||||||
password:
|
#deploy:
|
||||||
secure: ${BII_PASSWORD}
|
# provider: biicode
|
||||||
on:
|
# user: ${BII_USERNAME}
|
||||||
branch: develop
|
# password:
|
||||||
|
# secure: ${BII_PASSWORD}
|
||||||
|
# on:
|
||||||
|
# branch: develop
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
cryptopp/cryptopp: 8
|
cryptopp/cryptopp: 8
|
||||||
google/gmock: 2
|
google/gmock: 2
|
||||||
google/gtest: 10
|
google/gtest: 10
|
||||||
messmer/cachingstore: -1
|
messmer/cachingstore: 0
|
||||||
messmer/cmake: 3
|
messmer/cmake: 3
|
||||||
messmer/cpp-utils: 2
|
messmer/cpp-utils: 2
|
||||||
messmer/tempfile: 4
|
messmer/tempfile: 4
|
||||||
|
Loading…
Reference in New Issue
Block a user