Changeset 21593
- Timestamp:
- 03/08/17 09:47:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/macosx/package.sh
r21362 r21593 11 11 cd $ISSM_DIR/test/NightlyRun 12 12 rm matlab.log 13 /Applications/MATLAB_R2015b.app/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log13 $MATLAB_DIR/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log 14 14 15 15 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then … … 31 31 rm -rf trunk 32 32 mkdir trunk 33 cp -rf bin lib test examples trunk/ 33 #Need script to download data 34 cp -rf bin lib test examples scripts trunk/ 34 35 tar -czf $tarball_name trunk 35 36 ls -lah $tarball_name
Note:
See TracChangeset
for help on using the changeset viewer.