Skip to content
Snippets Groups Projects
Commit c777e273 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add osx 10.8 build to gitlab CI

parent 74822bfb
No related branches found
No related tags found
No related merge requests found
......@@ -106,3 +106,17 @@ osx_amd64_dmg:
expire_in: 1 day
paths:
- Pd*.dmg
osx_10.8_amd64_dmg:
tags:
- osx
- v10.8
- dmg
script:
- echo `pwd`
- cd l2ork_addons
- osx_version=10.8 ./tar_em_up.sh -X
artifacts:
expire_in: 1 day
paths:
- Pd*.dmg
......@@ -122,7 +122,7 @@ if [ ! -d "../pd/nw/nw" ]; then
ext="tar.gz"
fi
if [[ $os == "win" ]]; then
if [[ $os == "win" || $osx_version == "10.8" ]]; then
# We need the lts version to be able to run on XP. For
# simplicity we use that same version for 64 bit Windows, too
nwjs_version="v0.14.7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment