aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-03-23 03:19:57 +0800
committerchriseth <chris@ethereum.org>2017-03-23 16:56:18 +0800
commitbbe3557a2fda2f4a09b63b1f3e501d4c8625bfe1 (patch)
treec1744f3b0bf74ddcb13e7e206699448d8d861344 /.travis.yml
parentb18aea315d2e5c12ff6aa7cbf24d559e0523e778 (diff)
downloaddexon-solidity-bbe3557a2fda2f4a09b63b1f3e501d4c8625bfe1.tar.gz
dexon-solidity-bbe3557a2fda2f4a09b63b1f3e501d4c8625bfe1.tar.zst
dexon-solidity-bbe3557a2fda2f4a09b63b1f3e501d4c8625bfe1.zip
Create bytecode for all tests and push to remote repo.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 35c9e840..d947707c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,7 @@ env:
- SOLC_INSTALL_DEPS_TRAVIS=On
- SOLC_RELEASE=On
- SOLC_TESTS=On
+ - SOLC_STOREBYTECODE=Off
- SOLC_DOCKER=Off
matrix:
@@ -61,6 +62,7 @@ matrix:
compiler: gcc
env:
- ZIP_SUFFIX=ubuntu-trusty
+ - SOLC_STOREBYTECODE=On
- os: linux
dist: trusty
@@ -68,6 +70,7 @@ matrix:
compiler: clang
env:
- ZIP_SUFFIX=ubuntu-trusty-clang
+ - SOLC_STOREBYTECODE=On
# Documentation target, which generates documentation using Phoenix / ReadTheDocs.
- os: linux
@@ -114,6 +117,7 @@ matrix:
- SOLC_RELEASE=Off
- SOLC_TESTS=Off
- ZIP_SUFFIX=emscripten
+ - SOLC_STOREBYTECODE=On
# OS X Mavericks (10.9)
# https://en.wikipedia.org/wiki/OS_X_Mavericks
@@ -189,6 +193,7 @@ before_script:
script:
- test $SOLC_DOCS != On || (scripts/docs.sh)
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
+ - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
deploy:
# This is the deploy target for the Emscripten build.