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

Update Jenkinsfile

parent 2918292d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ pipeline {
        stage('Build') { 
            steps {
                sh """
                    source activate isis
                    set +e
                    cd build
                    ninja -j8 && ninja install
@@ -38,6 +39,7 @@ pipeline {
        stage('Test'){
            steps {
                sh """
                    source activate isis
                    export PATH="${PATH}:${ISISROOT}/bin"
                    set +e
                    cd build