diff options
| author | tgrogers <[email protected]> | 2018-03-13 17:19:14 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-13 17:19:14 -0400 |
| commit | 47573c62a1f0eb2746e71a386499b2ad4a7e8cb6 (patch) | |
| tree | 1d4306173ef9219d3b7b795b3b11e9000cc0749f | |
| parent | 7abcf1cf783cd26912d250492e858ebbc1c04d2c (diff) | |
Just make the relevant apps - don't waste time making stuff you don't use
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8e0fc40..1aea232 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,13 +28,13 @@ pipeline { source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ source ./benchmarks/src/setup_environment && \ - make -j -C ./benchmarks/src rodinia-2.0-ft sdk-4.2 && \ + make -j -C ./benchmarks/src rodinia_2.0-ft sdk-4.2 && \ make -C ./benchmarks/src data' sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\ source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ source ./benchmarks/src/setup_environment && \ - make -j -C ./benchmarks/src/ rodinia-2.0-ft sdk-4.2 && \ + make -j -C ./benchmarks/src/ rodinia_2.0-ft sdk-4.2 && \ make -C ./benchmarks/src data' } } |
