Make things run in parallel
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/deploy unknown status Details

This commit is contained in:
Raoul Snyman 2022-05-03 14:55:45 -07:00
parent de2b52943e
commit 47c36fac8d
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
pipeline: pipeline:
test-debian: test-debian:
group: test
image: openlp/debian image: openlp/debian
pull: true pull: true
commands: commands:
@ -11,6 +12,7 @@ pipeline:
# - linux.coverage # - linux.coverage
test-ubuntu: test-ubuntu:
group: test
image: openlp/ubuntu image: openlp/ubuntu
pull: true pull: true
commands: commands:
@ -18,6 +20,7 @@ pipeline:
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-fedora: test-fedora:
group: test
image: openlp/fedora image: openlp/fedora
pull: true pull: true
commands: commands:
@ -25,6 +28,7 @@ pipeline:
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-arch: test-arch:
group: test
image: openlp/arch image: openlp/arch
pull: true pull: true
commands: commands: