diff options
-rwxr-xr-x | externals/build-all-libdirs.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/externals/build-all-libdirs.sh b/externals/build-all-libdirs.sh index b096cfc4..55156722 100755 --- a/externals/build-all-libdirs.sh +++ b/externals/build-all-libdirs.sh @@ -1,6 +1,13 @@ #!/bin/sh # -# this is run by the Jenkins build automation server +# this is run by the Jenkins build automation server, you track the project +# and results here: +# +# https://macosx105-i386.pdlab.puredata.info/job/template-libraries/ + +if [ -x /sw/bin/init.sh ]; then + . /sw/bin/init.sh +fi for dir in `find . -name \*-meta.pd | sed -n 's|\(.*\)/[a-zA-Z0-9_-]*-meta\.pd|\1|p' ` do |