Changeset 23300


Ignore:
Timestamp:
09/18/18 00:23:50 (7 years ago)
Author:
jdquinn
Message:

CHG: Packaging Win10 binaries instead as a tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/win10/package64.sh

    r23299 r23300  
    44version=`svn info | grep Revision | awk '{printf("%s\n",$2);}'`
    55
    6 # Get windows style path to files
     6# Get Windows style path to files
    77export ISSM_DIR_WIN=`cygpath -m "$ISSM_DIR"`
    88
     
    2525rm matlab.log
    2626
    27 $MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
     27$MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR_WIN/bin $ISSM_DIR_WIN/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
    2828
    2929if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.