mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Test building Qubes package in CircleCI
This commit is contained in:
parent
c4c46a0a8d
commit
2256f9fb4e
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,12 @@ aliases:
|
|||
PATH=/root/.local/bin:$PATH ./install/linux/build-rpm.py
|
||||
ls -lh dist/
|
||||
|
||||
- &build-rpm-qubes
|
||||
name: Build the Qubes .rpm package
|
||||
command: |
|
||||
PATH=/root/.local/bin:$PATH ./install/linux/build-rpm.py --qubes
|
||||
ls -lh dist/
|
||||
|
||||
- &calculate-cache-key
|
||||
name: Caculating container cache key
|
||||
command: |
|
||||
|
@ -488,6 +494,7 @@ jobs:
|
|||
- restore_cache: *restore-cache
|
||||
- run: *copy-image
|
||||
- run: *build-rpm
|
||||
- run: *build-rpm-qubes
|
||||
|
||||
build-fedora-37:
|
||||
docker:
|
||||
|
@ -500,6 +507,7 @@ jobs:
|
|||
- restore_cache: *restore-cache
|
||||
- run: *copy-image
|
||||
- run: *build-rpm
|
||||
- run: *build-rpm-qubes
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue