diff options
author | chriseth <chris@ethereum.org> | 2018-02-23 00:21:26 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 00:19:35 +0800 |
commit | f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4 (patch) | |
tree | 80555ec0e8139a30bfd7bc83cc1acf811eada487 /circle.yml | |
parent | 83515eadcf21decc9355c69c621c4d530a62b04e (diff) | |
download | dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar.gz dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar.bz2 dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar.lz dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar.xz dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.tar.zst dexon-solidity-f2f61f1c2f3b4d553c07fcf1746f49e799cb7aa4.zip |
Test both EVM versions.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -5,10 +5,6 @@ jobs: - image: trzeci/emscripten:sdk-tag-1.37.21-64bit steps: - checkout - - run: - name: Init submodules - command: | - git submodule update --init - restore_cache: name: Restore Boost build key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }} @@ -95,10 +91,6 @@ jobs: apt-get -qq update apt-get -qy install ccache cmake libboost-all-dev libz3-dev - run: - name: Init submodules - command: | - git submodule update --init - - run: name: Store commit hash and prerelease command: | if [ "$CIRCLE_BRANCH" = release -o -n "$CIRCLE_TAG" ]; then echo -n > prerelease.txt; else date -u +"nightly.%Y.%-m.%-d" > prerelease.txt; fi |