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

use valgrind for the tests on all the linux runners

parent a5152c18
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -113,7 +113,6 @@ osx_amd64_dmg:
expire_in: 1 day
paths:
- Pd*.dmg
osx_10.8_amd64_dmg:
tags:
- osx
......
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