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
Wynn
purr-data
Commits
cc74959e
Commit
cc74959e
authored
Jul 04, 2017
by
Jonathan Wilkes
Browse files
add artifact for Windows build
parent
ef1ba10b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cc74959e
...
...
@@ -143,3 +143,7 @@ windows_i386_installer:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -Z
artifacts
:
expire_in
:
1 day
paths
:
-
Purr*.exe
l2ork_addons/tar_em_up.sh
View file @
cc74959e
...
...
@@ -329,6 +329,8 @@ then
# move OSX dmg installer
elif
[
$dmg
-gt
0
]
;
then
mv
packages/darwin_app/Pd
*
.dmg
.
elif
[
$inno
-gt
0
]
;
then
mv
../packages/win32_inno/Output/Purr
*
.exe
.
fi
fi
...
...
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