From d854226d3c06cb65f5dbce739b9f458f7f201c08 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Tue, 7 Aug 2018 09:50:53 +0200
Subject: [PATCH] Build with Python on Jenkins

---
 Jenkinsfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dcbbc0b0be7..cb9fe4e1f1a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,7 +85,8 @@ pipeline {
                 cmakeOptions =
                   '-DOGS_USE_CONAN=ON ' +
                   '-DOGS_CPU_ARCHITECTURE=generic ' +
-                  '-DDOCS_GENERATE_LOGFILE=ON ' // redirects to build/DoxygenWarnings.log
+                  '-DDOCS_GENERATE_LOGFILE=ON ' + // redirects to build/DoxygenWarnings.log
+                  '-DOGS_USE_PYTHON=ON '
               }
               build { }
               build { target="tests" }
@@ -240,7 +241,8 @@ pipeline {
               configure {
                 cmakeOptions =
                   '-DOGS_USE_CONAN=ON ' +
-                  '-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON '
+                  '-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' +
+                  '-DOGS_USE_PYTHON=ON '
               }
               build { }
               build { target="tests" }
-- 
GitLab