forked from openlp/openlp
Compare commits
2 Commits
2b40357cae
...
d73b38a8a9
Author | SHA1 | Date | |
---|---|---|---|
d73b38a8a9 | |||
d8e80c9356 |
@ -34,4 +34,4 @@ pipeline:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
.skip_clone: true
|
skip_clone: true
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test-debian:
|
test-debian:
|
||||||
group: test
|
|
||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
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
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term
|
||||||
- mv .coverage linux.coverage
|
- mv .coverage linux.coverage
|
||||||
# artifacts:
|
# artifacts:
|
||||||
@ -12,27 +11,24 @@ pipeline:
|
|||||||
# - linux.coverage
|
# - linux.coverage
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
group: test
|
|
||||||
image: openlp/ubuntu
|
image: openlp/ubuntu
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
# - sh scripts/generate_resources.sh
|
- sh scripts/generate_resources.sh
|
||||||
- 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:
|
||||||
# - sh scripts/generate_resources.sh
|
- sh scripts/generate_resources.sh
|
||||||
- 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:
|
||||||
# - sh scripts/generate_resources.sh
|
- sh scripts/generate_resources.sh
|
||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
|
||||||
|
|
||||||
# test-macos:
|
# test-macos:
|
||||||
@ -52,7 +48,6 @@ pipeline:
|
|||||||
# repo: openlp/openlp
|
# repo: openlp/openlp
|
||||||
|
|
||||||
test-display:
|
test-display:
|
||||||
group: test
|
|
||||||
image: openlp/angular
|
image: openlp/angular
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user