Changeset 18635


Ignore:
Timestamp:
10/14/14 14:05:32 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix windows

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

Legend:

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

    r18524 r18635  
    197197#wait until matlab closes
    198198if [ "$OS" = "win7" ]; then
     199        echo "HERE"
     200        ps aux -W | grep MATLAB
    199201        pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n",MATLAB);}')
    200202
  • issm/trunk-jpl/jenkins/windows

    r18634 r18635  
    4444
    4545#List of external pakages to be installed and their installation scripts
    46 EXTERNALPACKAGES="cccl      install-win7.sh
    47                                                 cmake     install.sh               
    48                                                 petsc     install-3.1-win7.sh
    49                                                 triangle  install-win7.sh       
    50                                                 matlab install.sh
     46EXTERNALPACKAGES="cccl        install-win7.sh
     47                                                cmake       install.sh               
     48                                                petsc       install-3.1-win7.sh
     49                                                triangle    install-win7.sh       
     50                                                matlab      install.sh
    5151                                                shell2junit install.sh"
    5252
     
    5858# - "yes" compile ISSM
    5959# - "no"  do not compile ISSM
    60 ISSM_COMPILATION="yes"
     60ISSM_COMPILATION="no"
    6161
    6262#------------------------#
Note: See TracChangeset for help on using the changeset viewer.