Skip to content

Commit 4d46b9c

Browse files
committed
Add a packaging step to CI.
1 parent 3a00cfb commit 4d46b9c

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
@@ -30,6 +30,10 @@ jobs:
3030
name: Run Unit-Tests
3131
command: /tmp/doxygen2docset/build/tests/doxygen2docset_unittests
3232

33+
- run:
34+
name: Package Release Artifacts
35+
command: ninja -C /tmp/doxygen2docset/build package
36+
3337
- store_artifacts:
3438
path: /tmp/doxygen2docset/build/source/doxygen2docset-0.1.1-Linux.deb
3539
destination: doxygen2docset

0 commit comments

Comments
 (0)