We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a00cfb commit 4d46b9cCopy full SHA for 4d46b9c
.circleci/config.yml
@@ -30,6 +30,10 @@ jobs:
30
name: Run Unit-Tests
31
command: /tmp/doxygen2docset/build/tests/doxygen2docset_unittests
32
33
+ - run:
34
+ name: Package Release Artifacts
35
+ command: ninja -C /tmp/doxygen2docset/build package
36
+
37
- store_artifacts:
38
path: /tmp/doxygen2docset/build/source/doxygen2docset-0.1.1-Linux.deb
39
destination: doxygen2docset
0 commit comments