Skip to content

Commit 4f0370b

Browse files
committed
Store the executable artifact.
1 parent 33f61d3 commit 4f0370b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ jobs:
2828
- run:
2929
name: Run Unit-Tests
3030
command: /tmp/doxygen2docset/build/tests/doxygen2docset_unittests
31+
32+
- store_artifacts:
33+
path: /tmp/doxygen2docset/build/tests/doxygen2docset
34+
destination: doxygen2docset

0 commit comments

Comments
 (0)