From 0e7631a87f80feffb178d161c5aaba3fb4c4fc9e Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 6 Oct 2019 06:09:33 +0000 Subject: [PATCH] Test on Arch Linux too --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17cf7941d..215f34951 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: