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

[Jenkins] Exclude CLI from gcc Data Exlorer build.

Possibly fixing sporadic ldd errors. Closes #1416.
parent 6212cc2b
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ node('docker') {
stage 'Data Explorer (Linux-Docker)'
configure.linux 'build', "${defaultCMakeOptions} " +
'-DOGS_BUILD_GUI=ON -DOGS_BUILD_UTILS=ON -DOGS_BUILD_TESTS=OFF ' +
'-DOGS_BUILD_METIS=ON',
'-DOGS_BUILD_CLI=OFF -DOGS_BUILD_GUI=ON -DOGS_BUILD_UTILS=ON ' +
'-DOGS_BUILD_TESTS=OFF -DOGS_BUILD_METIS=ON',
'Unix Makefiles', null, true
build.linux 'build'
}
......
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