comparison scripts/build_pd_heavy.sh @ 541:c301cc07ae11 prerelease

updated heavy to new API
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 24 Jun 2016 02:29:05 +0100
parents 1ca196e35105
children ff0e9e827dcd
comparison
equal deleted inserted replaced
540:67a746eea29e 541:c301cc07ae11
1 #!/bin/sh 1 #!/bin/sh
2 # This script uploads Pd patches to Enzienaudio's server and compiles them on Bela 2 # This script uploads Pd patches to Enzienaudio's server and compiles them on Bela
3 3
4 pdpath="" 4 pdpath=""
5 release=1
5 NO_UPLOAD="0" 6 NO_UPLOAD="0"
6 WATCH="0" 7 WATCH="0"
7 FORCE="0" 8 FORCE="0"
8 #make sure the paths have the trailing / . 9 #make sure the paths have the trailing / .
9 BBB_DEFAULT_PROJECT_NAME="heavyProject" 10 BBB_DEFAULT_PROJECT_NAME="heavyProject"
37 { 38 {
38 build_script_usage_brief ' [-o] [--noupload] [-r|--release release] ' 39 build_script_usage_brief ' [-o] [--noupload] [-r|--release release] '
39 echo " 40 echo "
40 example: build_pd.sh -o ../projects/heavy/hello-world ../projects/heavy/pd/hello-world 41 example: build_pd.sh -o ../projects/heavy/hello-world ../projects/heavy/pd/hello-world
41 42
42 -r allows to build against a specific Heavy release. Default is the 43 -r allows to build against a specific Heavy release. Default is: $release (stable)
43 most recent release ( see revision list here https://enzienaudio.com/a/releases ) 44 ( see revision list here https://enzienaudio.com/a/releases )
44 " 45 "
45 build_script_usage 46 build_script_usage
46 } 47 }
47 48
48 49