Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Devesh Prasad
purr-data
Commits
c777e273
Commit
c777e273
authored
7 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
add osx 10.8 build to gitlab CI
parent
74822bfb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
l2ork_addons/tar_em_up.sh
+1
-1
1 addition, 1 deletion
l2ork_addons/tar_em_up.sh
with
15 additions
and
1 deletion
.gitlab-ci.yml
+
14
−
0
View file @
c777e273
...
...
@@ -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
This diff is collapsed.
Click to expand it.
l2ork_addons/tar_em_up.sh
+
1
−
1
View file @
c777e273
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment