preserve dmg artifact

This commit is contained in:
Bret Curtis 2018-06-26 17:45:20 +00:00
parent 9e7731259d
commit 4d6ca2c387

View file

@ -37,11 +37,10 @@ MacOS:
stage: build stage: build
allow_failure: true allow_failure: true
script: script:
- rm -fr /usr/local/Openmw.app/* # clean up after previous build - rm -fr build/* # remove anything in the build directory
- CI/before_install.osx.sh - CI/before_install.osx.sh
- CI/before_script.osx.sh - CI/before_script.osx.sh
- cd build; make -j2 package - cd build; make -j2 package
# - make install
artifacts: artifacts:
paths: paths:
- /usr/local/OpenMW.app - build/OpenMW-*.dmg