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

Update Jenkinsfile

parent ba7fa410
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    export PATH="${PATH}:${workspace}/install/bin"
                    which catlab
                    conda env create -n isis3 -f environment.yml
                    source activate isis3
                    mkdir -p ./install ./build && cd build