Changeset 20507
- Timestamp:
- 04/13/16 16:06:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/jenkins/jenkins.sh
r20500 r20507 137 137 138 138 #If external package is rebuilt, we also need to recompile 139 ISSM_COMPILATION ="yes"139 ISSM_COMPILATION="yes" 140 140 else 141 141 echo "======================================================"; … … 305 305 306 306 # This test will allow us to check on the status of the examples. 307 if [ $EXAMPLES_TEST -eq 1 ]; then307 if [ $EXAMPLES_TEST -eq 1 ]; then 308 308 cd $ISSM_DIR/examples 309 309 fi
Note:
See TracChangeset
for help on using the changeset viewer.