Skip to content
Snippets Groups Projects
Commit 9de27394 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Write the full build to build.log for recording warnings.

parent 6382411a
No related branches found
No related tags found
No related merge requests found
......@@ -332,12 +332,12 @@ pipeline {
'-DOGS_BUILD_UTILS=ON ' +
'-DOGS_BUILD_SWMM=ON '
}
build { target="tests" }
build { target="ctest" }
build {
target="package"
log="build.log"
}
build { target="tests" }
build { target="ctest" }
}
}
post {
......
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