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

[Jenkins] Use Ninjas -l option on Windows to prevent compiler out-of-memory errors.

parent d89b3a61
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,7 @@ pipeline {
}
steps {
script {
def num_threads = env.NUM_THREADS
bat 'git submodule sync'
bat 'conan remove --locks'
// CLI + GUI
......@@ -335,6 +336,7 @@ pipeline {
build {
target="package"
log="build.log"
cmd_args="-l ${num_threads}"
}
build { target="tests" }
build { target="ctest" }
......
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