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

debug

parent c26da126
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    echo $PATH
                    conda env create -n isis -f environment.yml
                    source activate isis
                    mkdir -p ./install ./build && cd build
@@ -29,7 +30,7 @@ pipeline {
        stage('Build') { 
            steps {
                sh """

                    echo $PATH
                    set +e
                    cd build
                    ninja -j8 && ninja install