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

Update Jenkinsfile

parent c846ee6f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    ls ${workspace}/install/bin
                    ls ${ISISROOT}/bin
                    conda env create -n isis3 -f environment.yml
                    source activate isis3
                    mkdir -p ./install ./build && cd build
@@ -41,7 +39,7 @@ pipeline {
            steps {
                sh """
                    export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/install/bin"
                    pwd
                    export ISISROOT="${workspace}/install"
                    set +e
                    cd build
                    ctest -j8 -V -R _unit_