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

use x86_64 instead of amd64, raspbian instead of debian, and remove "stable"

parent 95233cb2
No related branches found
No related tags found
No related merge requests found
debian_jessie_i386_deb:
tags:
- debian
- stable
- jessie
- i386
script:
- echo "" | sudo -S apt-get -qq purge -y pd-l2ork > /dev/null || echo "couldn't purge..."
......@@ -22,8 +22,8 @@ debian_jessie_i386_deb:
debian_jessie_x86_64_deb:
tags:
- debian
- stable
- amd64
- jessie
- x86_64
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
......@@ -44,7 +44,7 @@ debian_stretch_x86_64_deb:
tags:
- debian
- stretch
- amd64
- x86_64
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
......@@ -87,7 +87,7 @@ ubuntu_14.04_x86_64_deb:
tags:
- ubuntu
- v14.04
- amd64
- x86_64
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
......@@ -109,7 +109,7 @@ ubuntu_16.04_x86_64_deb:
tags:
- ubuntu
- v16.04
- amd64
- x86_64
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
......@@ -182,9 +182,8 @@ windows_i386_innosetup:
raspbian_stretch_armv7l_deb:
tags:
- debian
- raspbian
- arm
- stable
- stretch
script:
- echo "" | sudo -S apt-get -qq purge -y pd-l2ork > /dev/null || echo "couldn't purge..."
......
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