Skip to content
Snippets Groups Projects
Commit abae2f20 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[Jenkins] Build release config in gcc-job.

This should speed tests up significantly especially large tests.
parent 246731ae
No related branches found
No related tags found
No related merge requests found
def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache' def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions = def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_VTK=System ' + '-DOGS_LIB_VTK=System ' +
'-DOGS_USE_LIS=ON' '-DOGS_USE_LIS=ON'
......
def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache' def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions = def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_VTK=System' '-DOGS_LIB_VTK=System'
......
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