diff options
| author | tgrogers <[email protected]> | 2017-09-14 13:45:34 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-09-14 13:45:34 -0400 |
| commit | f9ffcb4a6932eb8484d8f9be81ba5653429c3f63 (patch) | |
| tree | 83db428b195cfcbfd7a09f063b609a5d3490dee9 /Jenkinsfile | |
| parent | cc8ee38f16569846c344e1ad511bb8de57506f8b (diff) | |
Fixing the make command
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3a716b4..de37bb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ source ./benchmarks/src/setup_environment && \ - make -j -f Makefile.PTX5 ./benchmarks/src all' + make -j -f Makefile.PTX5 -C ./benchmarks/src/ all' } } stage('rodinia-regress'){ |
