Changeset 21840


Ignore:
Timestamp:
07/24/17 11:45:40 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added some checks

File:
1 edited

Legend:

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

    r21197 r21840  
    200200                make distclean
    201201                ./scripts/automakererun.sh
     202                if [ $? -ne 0 ]; then
     203                        echo "autoreconf failed!"
     204                        exit 1
     205                fi
    202206                eval "./configure $ISSM_CONFIG"
     207                if [ $? -ne 0 ]; then
     208                        echo "ISSM configuration failed (see options below)"
     209                        echo $ISSM_CONFIG
     210                        echo "ISSM configuration failed!"
     211                        exit 1
     212                fi
    203213        fi
    204214
Note: See TracChangeset for help on using the changeset viewer.