summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-09-14 13:45:34 -0400
committertgrogers <[email protected]>2017-09-14 13:45:34 -0400
commitf9ffcb4a6932eb8484d8f9be81ba5653429c3f63 (patch)
tree83db428b195cfcbfd7a09f063b609a5d3490dee9 /Jenkinsfile
parentcc8ee38f16569846c344e1ad511bb8de57506f8b (diff)
Fixing the make command
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
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'){