forked from openlp/openlp
Merge branch 'fix-macos-ci' into 'master'
Update macOS CI configuration to update the $PATH See merge request openlp/openlp!18
This commit is contained in:
commit
b571fdb0f7
@ -67,12 +67,13 @@ test-fedora:
|
|||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py
|
||||||
|
|
||||||
test-macos:
|
test-macos:
|
||||||
only:
|
|
||||||
- master@openlp/openlp
|
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
before_script:
|
before_script:
|
||||||
|
- export PATH=/opt/local/bin:$PATH
|
||||||
- sh scripts/generate_resources.sh
|
- sh scripts/generate_resources.sh
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest -v --color=no --disable-warnings --ignore=tests/utils
|
- python3 -m pytest -v --color=no --disable-warnings --ignore=tests/utils
|
||||||
|
only:
|
||||||
|
- master@openlp/openlp
|
||||||
|
Loading…
Reference in New Issue
Block a user