1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 08:39:45 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-24 21:26:53 +00:00
parent 87f367ec11
commit d008cd0c46

View file

@ -37,8 +37,8 @@ MacOS:
stage: build stage: build
allow_failure: true allow_failure: true
script: script:
- macos_qt_formula=qt #- macos_qt_formula=qt
- CI/before_install.osx.sh #- CI/before_install.osx.sh
- CI/before_script.osx.sh - CI/before_script.osx.sh
- make -j2 - make -j2
- DESTDIR=artifacts make install - DESTDIR=artifacts make install