From 28f338014beb41b0d42cc0ce719b8fab80cf16cd Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 19 Feb 2020 10:41:43 +0100 Subject: [PATCH] [Jenkins] Re-enabled gui build on macOS. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6288f2b8c83..f495abbbf8e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -458,6 +458,7 @@ pipeline { '-DOGS_CPU_ARCHITECTURE=core2 ' + '-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' + '-DOGS_BUILD_UTILS=ON ' + + '-DOGS_BUILD_GUI=ON ' + '-DOGS_CONAN_BUILD=missing ' + '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" ' + '-DOGS_USE_NETCDF=ON ' -- GitLab