Loading Jenkinsfile +3 −6 Original line number Diff line number Diff line Loading @@ -42,12 +42,9 @@ pipeline { export ISISROOT="${workspace}/install" set +e cd build cd /scratch/workspace/ISIS3_cmake/isis/src/base/apps/catlab/tsts/case01 make test cd /scratch/workspace/ISIS3_cmake/build ctest -j8 -V -R _unit_ ctest -j8 -V -R _app_ ctest -j8 -V -R _module_ ctest -j8 -R _unit_ ctest -j8 -R _app_ ctest -j8 -R _module_ """ } } Loading Loading
Jenkinsfile +3 −6 Original line number Diff line number Diff line Loading @@ -42,12 +42,9 @@ pipeline { export ISISROOT="${workspace}/install" set +e cd build cd /scratch/workspace/ISIS3_cmake/isis/src/base/apps/catlab/tsts/case01 make test cd /scratch/workspace/ISIS3_cmake/build ctest -j8 -V -R _unit_ ctest -j8 -V -R _app_ ctest -j8 -V -R _module_ ctest -j8 -R _unit_ ctest -j8 -R _app_ ctest -j8 -R _module_ """ } } Loading