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

try running tests with valgrind on all ubuntu runners

parent ed7ff20d
No related branches found
No related tags found
2 merge requests!114External tests,!113WIP: External tests revised
......@@ -49,7 +49,8 @@ ubuntu_14.04_i386_deb:
- ./tar_em_up.sh -B
- cd ..
- echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
- valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
- cd scripts
- valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts:
expire_in: 1 day
paths:
......@@ -68,7 +69,9 @@ ubuntu_14.04_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
- cd scripts
- valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts:
expire_in: 1 day
paths:
......@@ -87,7 +90,9 @@ ubuntu_16.04_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
- cd scripts
- valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
artifacts:
expire_in: 1 day
paths:
......
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