Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
c777e273
Commit
c777e273
authored
Apr 26, 2017
by
Jonathan Wilkes
Browse files
add osx 10.8 build to gitlab CI
parent
74822bfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c777e273
...
@@ -106,3 +106,17 @@ osx_amd64_dmg:
...
@@ -106,3 +106,17 @@ osx_amd64_dmg:
expire_in
:
1 day
expire_in
:
1 day
paths
:
paths
:
-
Pd*.dmg
-
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
l2ork_addons/tar_em_up.sh
View file @
c777e273
...
@@ -122,7 +122,7 @@ if [ ! -d "../pd/nw/nw" ]; then
...
@@ -122,7 +122,7 @@ if [ ! -d "../pd/nw/nw" ]; then
ext
=
"tar.gz"
ext
=
"tar.gz"
fi
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
# We need the lts version to be able to run on XP. For
# simplicity we use that same version for 64 bit Windows, too
# simplicity we use that same version for 64 bit Windows, too
nwjs_version
=
"v0.14.7"
nwjs_version
=
"v0.14.7"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment