From c6dce3fd1b787f838d3dfbac8e07edbc1cad94d9 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 16 Apr 2020 22:06:33 +0200 Subject: [PATCH] [Jenkins] Disable cotire for the moment. --- Jenkinsfile | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e1e93a03fe8..11e1f0cc22a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -116,7 +116,8 @@ pipeline { '-DOGS_USE_CVODE=ON ' + '-DOGS_USE_MFRONT=ON ' + '-DOGS_USE_PYTHON=ON ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' } // Workaround some MGIS CMake logic flaws configure { @@ -203,7 +204,8 @@ pipeline { '-DOGS_CONAN_BUILD=missing ' + '-DOGS_BUILD_TESTS=OFF ' + '-DOGS_USE_NETCDF=ON ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' } build { target="package" @@ -260,7 +262,8 @@ pipeline { '-DOGS_CONAN_BUILD=missing ' + '-DOGS_CONAN_BUILD_TYPE=Release ' + '-DOGS_CPU_ARCHITECTURE=generic ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' config = 'Debug' } build { } @@ -294,7 +297,8 @@ pipeline { '-DOGS_CPU_ARCHITECTURE=sandybridge ' + '-DCMAKE_INSTALL_PREFIX=/global/apps/ogs/head/standard ' + '-DOGS_MODULEFILE=/global/apps/modulefiles/ogs/head/standard ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' env = 'eve/cli.sh' } build { @@ -351,7 +355,8 @@ pipeline { '-DOGS_CPU_ARCHITECTURE=sandybridge ' + '-DCMAKE_INSTALL_PREFIX=/global/apps/ogs/head/petsc ' + '-DOGS_MODULEFILE=/global/apps/modulefiles/ogs/head/petsc ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' env = 'eve/petsc.sh' } build { @@ -415,7 +420,8 @@ pipeline { '-DOGS_CONAN_BUILD=missing ' + '-DOGS_BUILD_SWMM=ON ' + '-DOGS_USE_NETCDF=ON ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' } build { target="package" @@ -471,7 +477,8 @@ pipeline { '-DOGS_BUILD_UTILS=ON ' + '-DOGS_CONAN_BUILD=missing ' + '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' } build { target="package" @@ -520,7 +527,8 @@ pipeline { '-DOGS_USE_CONAN=OFF ' + '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" ' + '-DOGS_USE_NETCDF=ON ' + - '-DOGS_USE_UNITY_BUILDS=ON ' + '-DOGS_USE_UNITY_BUILDS=ON ' + + '-DOGS_USE_PCH=OFF ' } build { target="package" -- GitLab