Compare commits

..

No commits in common. "d73b38a8a97804d3c17cbfc46d46a62e7dc37988" and "2b40357caefa5fb7c465e7e794c84c1c22a0a51b" have entirely different histories.

2 changed files with 10 additions and 5 deletions

View File

@ -34,4 +34,4 @@ pipeline:
depends_on:
- test
skip_clone: true
.skip_clone: true

View File

@ -1,9 +1,10 @@
pipeline:
test-debian:
group: test
image: openlp/debian
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term
- mv .coverage linux.coverage
# artifacts:
@ -11,24 +12,27 @@ pipeline:
# - linux.coverage
test-ubuntu:
group: test
image: openlp/ubuntu
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-fedora:
group: test
image: openlp/fedora
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-arch:
group: test
image: openlp/arch
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
# test-macos:
@ -48,6 +52,7 @@ pipeline:
# repo: openlp/openlp
test-display:
group: test
image: openlp/angular
pull: true
commands: