Last change
on this file was 20498, checked in by Mathieu Morlighem, 9 years ago |
CHG: done with Archive/19101-20495
|
File size:
903 bytes
|
Rev | Line | |
---|
[20498] | 1 | Index: ../trunk-jpl/jenkins/windows
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/windows (revision 19609)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/windows (revision 19610)
|
---|
| 5 | @@ -60,7 +60,7 @@
|
---|
| 6 | #ISSM_COMPILATION can have 2 values:
|
---|
| 7 | # - "yes" compile ISSM
|
---|
| 8 | # - "no" do not compile ISSM
|
---|
| 9 | -ISSM_COMPILATION="no"
|
---|
| 10 | +ISSM_COMPILATION="yes"
|
---|
| 11 |
|
---|
| 12 | #------------------------#
|
---|
| 13 | # 5: Nightly run options #
|
---|
| 14 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 19609)
|
---|
| 17 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 19610)
|
---|
| 18 | @@ -224,7 +224,7 @@
|
---|
| 19 | echo "Waiting for matlab on windows"
|
---|
| 20 | pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}')
|
---|
| 21 | echo '-----------------------------'
|
---|
| 22 | - echo "PID: $PID"
|
---|
| 23 | + echo "pid: $pid"
|
---|
| 24 | echo '-----------------------------'
|
---|
| 25 | while [ -n "$pid" ]
|
---|
| 26 | do
|
---|
Note:
See
TracBrowser
for help on using the repository browser.