mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Make convert_test_docs build its own container image with podman
This commit is contained in:
parent
efb4819c31
commit
4251f6a5a3
1 changed files with 5 additions and 7 deletions
|
@ -98,15 +98,15 @@ jobs:
|
||||||
- /caches/dangerzone-converter.tar.gz
|
- /caches/dangerzone-converter.tar.gz
|
||||||
- /caches/image-id.txt
|
- /caches/image-id.txt
|
||||||
|
|
||||||
tests:
|
convert_test_docs:
|
||||||
working_directory: /app
|
|
||||||
machine:
|
machine:
|
||||||
- image: ubuntu-2004:202111-01
|
- image: ubuntu-2004:202111-01
|
||||||
steps:
|
steps:
|
||||||
- run: *install-dependencies-deb
|
- run: *install-dependencies-deb
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache: *restore-cache
|
- run:
|
||||||
- run: *copy-image
|
name: Build image with podman
|
||||||
|
command: ./install/linux/build-image.sh
|
||||||
- run: *build-deb
|
- run: *build-deb
|
||||||
- run:
|
- run:
|
||||||
name: Convert each test document
|
name: Convert each test document
|
||||||
|
@ -338,9 +338,7 @@ workflows:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- build-container-image
|
- convert_test_docs
|
||||||
- tests:
|
|
||||||
requires:
|
|
||||||
- build-container-image
|
- build-container-image
|
||||||
- build-ubuntu-impish:
|
- build-ubuntu-impish:
|
||||||
requires:
|
requires:
|
||||||
|
|
Loading…
Reference in a new issue