Skip to content

Commit 0134ba9

Browse files
authored
List contents of Janus Debian package during CI (#4)
* List contents of Janus Debian package during CI It's helpful for refactoring the build process if we have a record of everything that's in the Debian package, similar to what we did in the TinyPilot build: tiny-pilot/tinypilot#1139 * Fix path to .deb file
1 parent 2a8f062 commit 0134ba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
--target=artifact \
4242
--output type=local,dest=$(pwd)/releases/ \
4343
.
44+
- run:
45+
name: List contents of Debian package
46+
command: dpkg --contents releases/janus*.deb
4447
- store_artifacts:
4548
path: releases
4649
workflows:

0 commit comments

Comments
 (0)