aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-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: