summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-08-14 11:23:00 -0400
committertgrogers <[email protected]>2017-08-14 11:23:00 -0400
commitd553eefc40084fbe9abcc7eae6ef3801f25bedc8 (patch)
tree7f46423aa587b747c0f707809fa8dada61243314
parentfdf4ffb5b1dc213d1d775f3048567eaf36f6df66 (diff)
Adding in the setup_environment call
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0821837..ef08b07 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,6 +19,7 @@ pipeline {
git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
git checkout purdue-cluster && \
+ source `pwd`/setup_environment && \
make -j -C ./benchmarks/src all'
}
}