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

[Jenkins] Added OGS_BUILD_UTILS=ON to clang job.

parent 8cb289f1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ node('docker') { ...@@ -8,7 +8,8 @@ node('docker') {
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_VTK=System ' + '-DOGS_LIB_VTK=System ' +
'-DOGS_ADDRESS_SANITIZER=ON ' + '-DOGS_ADDRESS_SANITIZER=ON ' +
'-DOGS_UNDEFINED_BEHAVIOR_SANITIZER=ON' '-DOGS_UNDEFINED_BEHAVIOR_SANITIZER=ON ' +
'-DOGS_BUILD_UTILS=ON'
stage 'Checkout (Clang)' stage 'Checkout (Clang)'
dir('ogs') { checkout scm } dir('ogs') { checkout scm }
......
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