Commit b8a42c41 authored by Jason Swails's avatar Jason Swails
Browse files

Execute directly

parent a2ab823f
...@@ -15,8 +15,8 @@ pipeline { ...@@ -15,8 +15,8 @@ pipeline {
steps { steps {
sh "git clean -fxd && git checkout ." sh "git clean -fxd && git checkout ."
withEnv(["OPENMM_CUDA_COMPILER=/usr/local/cuda/bin/nvcc"]) { withEnv(["OPENMM_CUDA_COMPILER=/usr/local/cuda/bin/nvcc"]) {
sh "bash -e devtools/ci/jenkins/install.sh" sh "devtools/ci/jenkins/install.sh"
sh "bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2" sh "devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2"
} }
} }
} }
...@@ -31,8 +31,8 @@ pipeline { ...@@ -31,8 +31,8 @@ pipeline {
} }
steps { steps {
sh "git clean -fxd && git checkout ." sh "git clean -fxd && git checkout ."
sh "bash -e devtools/ci/jenkins/install.sh" sh "devtools/ci/jenkins/install.sh"
sh "bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2" sh "devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2"
} }
} }
...@@ -47,8 +47,8 @@ pipeline { ...@@ -47,8 +47,8 @@ pipeline {
steps { steps {
sh "git clean -fxd && git checkout ." sh "git clean -fxd && git checkout ."
sh "bash -e devtools/ci/jenkins/install.sh" sh "devtools/ci/jenkins/install.sh"
sh "bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2" sh "devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2"
} }
} }
} }
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment