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

run tests from purr-data/scripts. Apparently the script is so brittle that this

matters. :(
parent 24f56deb
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ osx_amd64_dmg:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -X
- ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio ../scripts/external-tests.pd
- cd ../scripts
- ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio external-tests.pd
artifacts:
expire_in: 1 day
paths:
......@@ -117,7 +118,8 @@ osx_10.8_amd64_dmg:
- echo `pwd`
- cd l2ork_addons
- osx_version=10.8 ./tar_em_up.sh -X
- ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio ../scripts/external-tests.pd
- cd ../scripts
- ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -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