Skip to content
Snippets Groups Projects
Commit ba3b50c4 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fixed type on helper.goovy

parent 8313fe37
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ def doBuild(String label, String buildType) {
sudo -H -u msk_jenkins mkdir -p /scratch/build-${JOB_NAME}
sudo -H -u msk_jenkins mkdir -p /scratch/install
cd /scratch/build-${JOB_NAME}
// we might run only part of the project from a sub-directory. If it is empty the trailing / does not confuse cmake
# We might run only part of the project from a sub-directory. If it is empty the trailing / does not confuse cmake
sudo -H -u msk_jenkins cmake /scratch/source/${env.RUN_FROM_SUBDIR} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${buildType} -DSUPPRESS_AUTO_DOC_BUILD=true \${CMAKE_EXTRA_ARGS}
sudo -H -u msk_jenkins make ${env.MAKEOPTS}
"""
......
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