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

[Jenkins] Use system Eigen (3.3) on ctest-large job.

https://launchpad.net/ubuntu/+source/eigen3/3.3~beta1-2

It reports itself as 3.2.92 ? Maybe because it is a beta version?
parent 7c3ffcb3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_EIGEN=System ' +
'-DOGS_LIB_VTK=System ' +
'-DOGS_USE_LIS=ON'
......@@ -10,7 +11,7 @@ def build = new ogs.build()
def post = new ogs.post()
def helper = new ogs.helper()
node('docker') {
node('envinf11w') {
checkout scm
def image = docker.image('ogs6/gcc-gui:latest')
image.pull()
......
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