diff --git a/Jenkinsfile b/Jenkinsfile index e1e93a03fe88e0e19c01c1765668dd3d58790fbc..11e1f0cc22a7b540a5753612ff78ce52e3f07b5a 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"