mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Modify Travis config not to push empscripten builds to solc-bin
This commit is contained in:
parent
48dd36349d
commit
66a3d35120
@ -40,6 +40,8 @@ env:
|
||||
- ENCRYPTION_LABEL="6d4541b72666"
|
||||
- SOLC_BUILD_TYPE=RelWithDebInfo
|
||||
- SOLC_EMSCRIPTEN=Off
|
||||
# FIXME: Pushing solcjson.js to solc-bin disabled until we fix the cause of #9261
|
||||
- SOLC_PUBLISH_EMSCRIPTEN=Off
|
||||
- SOLC_INSTALL_DEPS_TRAVIS=On
|
||||
- SOLC_RELEASE=On
|
||||
- SOLC_TESTS=On
|
||||
@ -213,7 +215,7 @@ deploy:
|
||||
# scripts because TravisCI doesn't provide much in the way of conditional logic.
|
||||
|
||||
- provider: script
|
||||
script: test $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh)
|
||||
script: test $SOLC_PUBLISH_EMSCRIPTEN != On || $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh)
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user