mirror of
https://gitlab.com/openlp/openlp.git
synced 2024-10-31 16:54:40 +00:00
Test on Arch Linux too
This commit is contained in:
parent
3c8f17f3ab
commit
0e7631a87f
@ -34,6 +34,14 @@ test-fedora:
|
||||
script:
|
||||
- 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:
|
||||
stage: test
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user