From 1d8883e87259c2e0dc8254694837fc6d98216494 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 20 Oct 2016 17:00:08 +0200 Subject: [PATCH] DRY --- Installation/Jenkins/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index 3cbf50bd79..f4cb02bd70 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -230,8 +230,8 @@ while [ $# -gt 0 ]; do PAR="" PARALLEL_BUILDS="" GENERATOR="Visual Studio 14 Win64" - MAKE='cmake --build . --config RelWithDebInfo' - PACKAGE_MAKE='cmake --build . --config RelWithDebInfo --target' + MAKE='cmake --build . --config ${BUILD_CONFIG}' + PACKAGE_MAKE='cmake --build . --config ${BUILD_CONFIG} --target' CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release" ;;