Skip to content
Snippets Groups Projects
Commit 95233cb2 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'gitlab-yml-cleanup'

parents 8916c70d 9600102c
No related branches found
No related tags found
No related merge requests found
debian_stable_i386_deb:
debian_jessie_i386_deb:
tags:
- debian
- stable
......@@ -19,7 +19,7 @@ debian_stable_i386_deb:
paths:
- pd*.deb
debian_stable_amd64_deb:
debian_jessie_x86_64_deb:
tags:
- debian
- stable
......@@ -40,7 +40,7 @@ debian_stable_amd64_deb:
paths:
- pd*.deb
debian_stretch_amd64_deb:
debian_stretch_x86_64_deb:
tags:
- debian
- stretch
......@@ -83,7 +83,7 @@ ubuntu_14.04_i386_deb:
paths:
- pd*.deb
ubuntu_14.04_amd64_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_amd64_deb:
ubuntu_16.04_x86_64_deb:
tags:
- ubuntu
- v16.04
......@@ -127,7 +127,7 @@ ubuntu_16.04_amd64_deb:
paths:
- pd*.deb
osx_amd64_dmg:
osx_10.11_x86_64_dmg:
tags:
- osx
- v10.11
......@@ -145,7 +145,7 @@ osx_amd64_dmg:
paths:
- Pd*.dmg
osx_10.8_amd64_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_installer:
windows_i386_innosetup:
tags:
- windows
- i386
......@@ -180,16 +180,21 @@ windows_i386_installer:
paths:
- Purr*.exe
debian_stable_arm_deb:
raspbian_stretch_armv7l_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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment