aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-11-09 02:38:13 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-11-09 18:43:52 +0800
commit6f136479231337d023d32ac8ad8c57fbedf4fb29 (patch)
tree54fbe47418aa98248ecc2e6172030a8154e63f7d
parentd33d4b02a915b1fea4d33b0c751ccc4b652687d7 (diff)
downloaddexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar.gz
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar.bz2
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar.lz
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar.xz
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.tar.zst
dexon-solidity-6f136479231337d023d32ac8ad8c57fbedf4fb29.zip
Only run soltest with --no-ipc.
-rw-r--r--.circleci/config.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 890a102a..4bb5e651 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -167,7 +167,6 @@ jobs:
TERM: xterm
CC: /usr/bin/clang-7
CXX: /usr/bin/clang++-7
- IPC_ENABLED: false
steps:
- checkout
- run:
@@ -291,13 +290,12 @@ jobs:
- run:
name: Install dependencies
command: |
- pacman --noconfirm -Syu --noprogressbar --needed boost python2 wget perl z3 cvc4 leveldb git openssh tar
- ln -sf /usr/bin/core_perl/shasum /usr/bin
+ pacman --noconfirm -Syu --noprogressbar --needed boost z3 cvc4 git openssh tar
- checkout
- attach_workspace:
at: build
- run: mkdir -p test_results
- - run: *run_tests
+ - run: build/test/soltest --logger=JUNIT,test_suite,test_results/result.xml -- --no-ipc --testpath test
- store_test_results:
path: test_results/
- store_artifacts: