diff options
| author | tgrogers <[email protected]> | 2017-08-14 11:41:40 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-08-14 11:41:40 -0400 |
| commit | 3206e2fb9412236c6e344127b786229c1cdba86e (patch) | |
| tree | 35072f798187ecb6a63ce39137cc595e4af59cbf | |
| parent | 724fb1a44353df595bf03cad9553c7e34491e5c8 (diff) | |
| parent | 2430287d5dc646d8ecc5ac4ea46d4ebccbd9b641 (diff) | |
Merge remote-tracking branch 'aalp-upstream/dev-purdue-integration' into dev-purdue-integration
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 19fbae4..3073022 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,9 +16,10 @@ pipeline { sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ source `pwd`/setup_environment && \ rm -rf gpgpu-sim_simulations && \ - git clone https://github.com/tgrogers/gpgpu-sim_simulations.git && \ + git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ + source ./benchmarks/src/setup_environment && \ make -j -C ./benchmarks/src all' } } |
