aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-11 23:01:06 +0800
committerchriseth <chris@ethereum.org>2018-10-11 23:01:06 +0800
commite62343c60bcd4dcf8fc2c43355542126b2c7f343 (patch)
treee6bddd3b7ca6481c7af9b9686001f2014fbe9df7
parenta53d942da5074f237f561ef52eff20fe3da41d0e (diff)
downloaddexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar.gz
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar.bz2
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar.lz
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar.xz
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.tar.zst
dexon-solidity-e62343c60bcd4dcf8fc2c43355542126b2c7f343.zip
Store test results as artifacts.
-rw-r--r--.circleci/config.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f8e380d9..c975740d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -233,6 +233,9 @@ jobs:
command: codecov --flags all --gcov-root build
- store_test_results:
path: test_results/
+ - store_artifacts:
+ path: test_results/
+ destination: test_results/
test_x86_mac:
macos:
@@ -254,6 +257,9 @@ jobs:
- run: *run_tests
- store_test_results:
path: test_results/
+ - store_artifacts:
+ path: test_results/
+ destination: test_results/
docs:
docker: