Unverified Commit ad68c499 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

Update Jenkinsfile

parent 7b2cde9b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ pipeline {
        stage('Build') { 
            steps {
                sh """
                    echo $PATH
                    export PATH="${PATH}:/opt/conda/envs/isis3/bin"
                    set +e
                    cd build
@@ -39,7 +38,7 @@ pipeline {
        stage('Test'){
            steps {
                sh """
                    echo $PATH
                    export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/build/bin"
                    set +e
                    cd build
                    ctest -j8 -V -R _unit_