Skip to content
Snippets Groups Projects
Commit 08195711 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Merge pull request #1436 from bilke/fix-ldd

[Jenkins] Exclude CLI from gcc Data Exlorer build.
parents c3d4e1b1 b87f17ce
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