Skip to content
Snippets Groups Projects
Commit 0c44ed1e authored by Tom Fischer's avatar Tom Fischer Committed by GitHub
Browse files

Merge pull request #1687 from bilke/ctest-large

Tests large and Eigen 3.3
parents a8c4be82 c1e22617
Branches
Tags
No related merge requests found
...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache' ...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions = def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' + '-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_EIGEN=System ' +
'-DOGS_LIB_VTK=System ' + '-DOGS_LIB_VTK=System ' +
'-DOGS_USE_LIS=ON' '-DOGS_USE_LIS=ON'
...@@ -10,7 +11,7 @@ def build = new ogs.build() ...@@ -10,7 +11,7 @@ def build = new ogs.build()
def post = new ogs.post() def post = new ogs.post()
def helper = new ogs.helper() def helper = new ogs.helper()
node('docker') { node('envinf11w') {
checkout scm checkout scm
def image = docker.image('ogs6/gcc-gui:latest') def image = docker.image('ogs6/gcc-gui:latest')
image.pull() image.pull()
......
...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache' ...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions = def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' + '-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_EIGEN=Local ' +
'-DOGS_LIB_VTK=System ' '-DOGS_LIB_VTK=System '
def guiCMakeOptions = def guiCMakeOptions =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment