Changeset 19610


Ignore:
Timestamp:
09/30/15 16:28:47 (10 years ago)
Author:
glperez
Message:

CHG: restored compilation to yes for Windows Jenkins.

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19609 r19610  
    225225        pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}')
    226226        echo '-----------------------------'
    227         echo "PID: $PID"
     227        echo "pid: $pid"
    228228        echo '-----------------------------'
    229229        while [ -n "$pid" ]
  • issm/trunk-jpl/jenkins/windows

    r19608 r19610  
    6161# - "yes" compile ISSM
    6262# - "no"  do not compile ISSM
    63 ISSM_COMPILATION="no"
     63ISSM_COMPILATION="yes"
    6464
    6565#------------------------#
Note: See TracChangeset for help on using the changeset viewer.