Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
265a2ab9
Commit
265a2ab9
authored
Aug 27, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'use-valgrind-for-linux-runners'
parents
d9a1543d
b68a02f4
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
265a2ab9
...
...
@@ -11,7 +11,7 @@ debian_stable_i386_deb:
-
./tar_em_up.sh -B
-
cd ..
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
-
pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
-
valgrind
pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
expire_in
:
1 day
paths
:
...
...
@@ -30,7 +30,7 @@ debian_stable_amd64_deb:
-
./tar_em_up.sh -B
-
cd ..
-
echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
-
pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
-
valgrind
pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
artifacts
:
expire_in
:
1 day
paths
:
...
...
@@ -111,7 +111,6 @@ osx_amd64_dmg:
expire_in
:
1 day
paths
:
-
Pd*.dmg
osx_10.8_amd64_dmg
:
tags
:
-
osx
...
...
Write
Preview
Supports
Markdown
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