Changeset 19145


Ignore:
Timestamp:
02/20/15 14:51:00 (10 years ago)
Author:
glperez
Message:

CHG: Added a second make attempt to jenkins script for the Windows build.

File:
1 edited

Legend:

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

    r18640 r19145  
    142142        then
    143143                echo "Making with " $NUMCPUS_INSTALL " cpus"
     144
     145                # Temporary fix to dependency issue between Mex files and libISSMMatlab
     146                if [ "$OS" == "win7" ]
     147                then
     148                        make -j $NUMCPUS_INSTALL install
     149                fi
     150
    144151                make -j $NUMCPUS_INSTALL install
    145152        else
Note: See TracChangeset for help on using the changeset viewer.