Skip to content
GitLab
Projects
Groups
Snippets
/
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
064506c3
Commit
064506c3
authored
Oct 06, 2017
by
Jonathan Wilkes
Browse files
use ci runner name in the artifact filename
parent
fb96e061
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
064506c3
...
...
@@ -13,6 +13,7 @@ debian_stable_i386_deb:
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
...
...
@@ -32,6 +33,7 @@ debian_stable_amd64_deb:
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
...
...
@@ -52,6 +54,7 @@ ubuntu_14.04_i386_deb:
-
cd scripts
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
...
...
@@ -72,6 +75,7 @@ ubuntu_14.04_amd64_deb:
-
cd scripts
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
...
...
@@ -92,6 +96,7 @@ ubuntu_16.04_amd64_deb:
-
cd scripts
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
...
...
@@ -108,6 +113,7 @@ osx_amd64_dmg:
-
cd ../scripts
-
../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
Pd*.dmg
...
...
@@ -123,6 +129,7 @@ osx_10.8_amd64_dmg:
-
cd ../scripts
-
../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
Pd*.dmg
...
...
@@ -138,6 +145,7 @@ windows_i386_installer:
-
cd ../scripts
-
../packages/win32_inno/build/bin/pd.exe -noprefs -nostdpath -nogui -noaudio external-tests.pd
artifacts
:
name
:
"
%CI_RUNNER_DESCRIPTION%"
expire_in
:
1 day
paths
:
-
Purr*.exe
...
...
@@ -154,6 +162,7 @@ debian_stable_arm_deb:
-
cd ..
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
name
:
"
$CI_RUNNER_DESCRIPTION"
expire_in
:
1 day
paths
:
-
pd*.deb
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment