diff options
| author | tgrogers <[email protected]> | 2017-08-14 11:23:00 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-08-14 11:23:00 -0400 |
| commit | d553eefc40084fbe9abcc7eae6ef3801f25bedc8 (patch) | |
| tree | 7f46423aa587b747c0f707809fa8dada61243314 | |
| parent | fdf4ffb5b1dc213d1d775f3048567eaf36f6df66 (diff) | |
Adding in the setup_environment call
| -rw-r--r-- | Jenkinsfile | 1 |
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' } } |
