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
Jonathan Wilkes
purr-data
Commits
95233cb2
Commit
95233cb2
authored
Apr 15, 2018
by
Jonathan Wilkes
Browse files
Merge branch 'gitlab-yml-cleanup'
parents
8916c70d
9600102c
Pipeline
#1274
passed with stage
in 391 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
95233cb2
debian_
stabl
e_i386_deb
:
debian_
jessi
e_i386_deb
:
tags
:
-
debian
-
stable
...
...
@@ -19,7 +19,7 @@ debian_stable_i386_deb:
paths
:
-
pd*.deb
debian_
stable_amd
64_deb
:
debian_
jessie_x86_
64_deb
:
tags
:
-
debian
-
stable
...
...
@@ -40,7 +40,7 @@ debian_stable_amd64_deb:
paths
:
-
pd*.deb
debian_stretch_
amd
64_deb
:
debian_stretch_
x86_
64_deb
:
tags
:
-
debian
-
stretch
...
...
@@ -83,7 +83,7 @@ ubuntu_14.04_i386_deb:
paths
:
-
pd*.deb
ubuntu_14.04_
amd
64_deb
:
ubuntu_14.04_
x86_
64_deb
:
tags
:
-
ubuntu
-
v14.04
...
...
@@ -105,7 +105,7 @@ ubuntu_14.04_amd64_deb:
paths
:
-
pd*.deb
ubuntu_16.04_
amd
64_deb
:
ubuntu_16.04_
x86_
64_deb
:
tags
:
-
ubuntu
-
v16.04
...
...
@@ -127,7 +127,7 @@ ubuntu_16.04_amd64_deb:
paths
:
-
pd*.deb
osx_
amd
64_dmg
:
osx_
10.11_x86_
64_dmg
:
tags
:
-
osx
-
v10.11
...
...
@@ -145,7 +145,7 @@ osx_amd64_dmg:
paths
:
-
Pd*.dmg
osx_10.8_
amd
64_dmg
:
osx_10.8_
x86_
64_dmg
:
tags
:
-
osx
-
v10.8
...
...
@@ -163,7 +163,7 @@ osx_10.8_amd64_dmg:
paths
:
-
Pd*.dmg
windows_i386_in
staller
:
windows_i386_in
nosetup
:
tags
:
-
windows
-
i386
...
...
@@ -180,16 +180,21 @@ windows_i386_installer:
paths
:
-
Purr*.exe
de
bian_st
able
_arm_deb
:
rasp
bian_st
retch
_arm
v7l
_deb
:
tags
:
-
debian
-
arm
-
stable
-
stretch
script
:
-
echo "" | sudo -S apt-get -qq purge -y pd-l2ork > /dev/null || echo "couldn't purge..."
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive apt-get -qq -y update > /dev/null
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive apt-get -qq -y upgrade > /dev/null
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -r
-
cd ..
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio -send "init dollarzero \$0" scripts/regression_tests.pd
-
valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
...
...
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