Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Akshat Maheshwari
purr-data
Commits
95233cb2
Commit
95233cb2
authored
7 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Plain Diff
Merge branch 'gitlab-yml-cleanup'
parents
8916c70d
9600102c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-9
14 additions, 9 deletions
.gitlab-ci.yml
with
14 additions
and
9 deletions
.gitlab-ci.yml
+
14
−
9
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment