Changeset 16934


Ignore:
Timestamp:
11/25/13 12:01:22 (11 years ago)
Author:
Eric.Larour
Message:

CHG: new execute shell that includes windows build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/execute_shell

    r16687 r16934  
    44export ISSM_DIR="$WORKSPACE"
    55
    6 #which configuration are we using? 
    7 case $Platform in 
     6#which configuration are we using?
     7case $Platform in
    88        master )
    99                configfile=linux64_murdo ;;
     
    1212        larsen )
    1313                configfile=linux64_larsen ;;
     14        windows )
     15                configfile=windows
     16                export PATH=/cygdrive/c/Cygwin/usr/bin:/cygdrive/c/Cygwin/bin:$PATH ;;
     17
    1418esac
    1519
Note: See TracChangeset for help on using the changeset viewer.