Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8364a18

Browse files
authored
Merge pull request #222 from mbartling/b/fix-ci-artifacts
2 parents bafeac7 + a3a5b4f commit 8364a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
command: |
2929
cd build
3030
ctest -VV -o /tmp/test_results/test-results.txt
31+
environment:
32+
GTEST_OUTPUT: xml:/tmp/test_results/
3133

3234
- run:
3335
name: Generate code coverage

0 commit comments

Comments
 (0)