Update macOS CI configuration to update the $PATH

This commit is contained in:
Raoul Snyman 2019-09-19 08:52:59 +00:00 committed by Tomas Groth
parent dd9e6765fc
commit f80127a3a1
1 changed files with 3 additions and 2 deletions

View File

@ -67,12 +67,13 @@ test-fedora:
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
test-macos:
only:
- master@openlp/openlp
stage: test
tags:
- macos
before_script:
- export PATH=/opt/local/bin:$PATH
- sh scripts/generate_resources.sh
script:
- python3 -m pytest -v --color=no --disable-warnings --ignore=tests/utils
only:
- master@openlp/openlp