forked from openlp/openlp
Merge branch 'test-in-arch' into 'master'
Test on Arch Linux too See merge request openlp/openlp!34
This commit is contained in:
commit
efbadec78d
@ -34,6 +34,14 @@ test-fedora:
|
|||||||
script:
|
script:
|
||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
|
||||||
|
|
||||||
|
test-arch:
|
||||||
|
stage: test
|
||||||
|
image: openlp/arch
|
||||||
|
before_script:
|
||||||
|
- sh scripts/generate_resources.sh
|
||||||
|
script:
|
||||||
|
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
|
||||||
|
|
||||||
test-macos:
|
test-macos:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user