Loading Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ pipeline { source activate isis3 export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/install/bin" export ISISROOT="${workspace}/install" cd build ctest -j8 -R _unit_ --timeout 500 ctest -j8 -R _app_ --timeout 500 ctest -j8 -R _module_ --timeout 500 Loading Loading
Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ pipeline { source activate isis3 export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/install/bin" export ISISROOT="${workspace}/install" cd build ctest -j8 -R _unit_ --timeout 500 ctest -j8 -R _app_ --timeout 500 ctest -j8 -R _module_ --timeout 500 Loading