Skip to content
Snippets Groups Projects
Commit 0b9e246d authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

allow to override the MAKEOPTS

parent 7da357ce
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ def doBuild(String label, String buildType) {
sudo -u msk_jenkins mkdir -p /scratch/install
cd /scratch/build-${JOB_NAME}
sudo -u msk_jenkins cmake /scratch/source -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${buildType} -DSUPPRESS_AUTO_DOC_BUILD=true \${CMAKE_EXTRA_ARGS}
sudo -u msk_jenkins make $MAKEOPTS
sudo -u msk_jenkins make \${MAKEOPTS}
"""
}
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment