Changeset 21840
- Timestamp:
- 07/24/17 11:45:40 (8 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/jenkins/jenkins.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r21197 r21840 200 200 make distclean 201 201 ./scripts/automakererun.sh 202 if [ $? -ne 0 ]; then 203 echo "autoreconf failed!" 204 exit 1 205 fi 202 206 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 203 213 fi 204 214
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)