forked from mirror/openmw-tes3mp
preserve dmg artifact
This commit is contained in:
parent
9e7731259d
commit
4d6ca2c387
1 changed files with 2 additions and 3 deletions
|
@ -37,11 +37,10 @@ MacOS:
|
|||
stage: build
|
||||
allow_failure: true
|
||||
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_script.osx.sh
|
||||
- cd build; make -j2 package
|
||||
# - make install
|
||||
artifacts:
|
||||
paths:
|
||||
- /usr/local/OpenMW.app
|
||||
- build/OpenMW-*.dmg
|
Loading…
Reference in a new issue