clean up after our previous build.

0.6.3
Bret Curtis 6 years ago
parent 06eb9539bd
commit c1aee49b76

@ -37,11 +37,11 @@ MacOS:
stage: build
allow_failure: true
script:
#- macos_qt_formula=qt
- sudo rm -fr /usr/local/Openmw.app # clean up after previous build
- CI/before_install.osx.sh
- CI/before_script.osx.sh
- cd build; make -j2
- make install
- sudo make install
artifacts:
paths:
- /usr/local/OpenMW.app
Loading…
Cancel
Save