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

Update Jenkinsfile

parent 72f4e268
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ pipeline {
        stage('Build') { 
            steps {
                sh """
                    source activate isis
                    export PATH="${PATH}:${ISISROOT}/bin:/opt/conda/envs/isis/bin"
                    set +e
                    cd build
                    ninja -j8 && ninja install
@@ -38,8 +38,7 @@ pipeline {
        stage('Test'){
            steps {
                sh """
                    source activate isis
                    export PATH="${PATH}:${ISISROOT}/bin"
                    export PATH="${PATH}:${ISISROOT}/bin:/opt/conda/envs/isis/bin"
                    set +e
                    cd build
                    ctest -j8 -R _unit_