Changeset 18635
- Timestamp:
- 10/14/14 14:05:32 (10 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r18524 r18635 197 197 #wait until matlab closes 198 198 if [ "$OS" = "win7" ]; then 199 echo "HERE" 200 ps aux -W | grep MATLAB 199 201 pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n",MATLAB);}') 200 202 -
issm/trunk-jpl/jenkins/windows
r18634 r18635 44 44 45 45 #List of external pakages to be installed and their installation scripts 46 EXTERNALPACKAGES="cccl install-win7.sh47 cmake install.sh48 petsc install-3.1-win7.sh49 triangle install-win7.sh50 matlab install.sh46 EXTERNALPACKAGES="cccl install-win7.sh 47 cmake install.sh 48 petsc install-3.1-win7.sh 49 triangle install-win7.sh 50 matlab install.sh 51 51 shell2junit install.sh" 52 52 … … 58 58 # - "yes" compile ISSM 59 59 # - "no" do not compile ISSM 60 ISSM_COMPILATION=" yes"60 ISSM_COMPILATION="no" 61 61 62 62 #------------------------#
Note:
See TracChangeset
for help on using the changeset viewer.