changeset 380:617a6433a1d1

making sdk version explicit in holy-build-box
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jan 2020 19:00:28 +0100
parents 9a51bf197165
children bb55453a4283
files Resources/holy-build-box-compile.sh Resources/holy-build-box-internal.sh
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/holy-build-box-compile.sh	Thu Jan 23 18:48:15 2020 +0100
+++ b/Resources/holy-build-box-compile.sh	Thu Jan 23 19:00:28 2020 +0100
@@ -33,4 +33,4 @@
     phusion/holy-build-box-64:2.0.1 \
     bash /source/Resources/holy-build-box-internal.sh $1
 
-ls -l ${ROOT_DIR}/holy-build-box/
+ls -lR ${ROOT_DIR}/holy-build-box/
--- a/Resources/holy-build-box-internal.sh	Thu Jan 23 18:48:15 2020 +0100
+++ b/Resources/holy-build-box-internal.sh	Thu Jan 23 19:00:28 2020 +0100
@@ -28,10 +28,11 @@
 cp -r /source/WebApplication /tmp/source-writeable/
 
 cmake /tmp/source-writeable \
-    -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \
-    -DORTHANC_FRAMEWORK_SOURCE=web \
-    -DORTHANC_FRAMEWORK_VERSION=1.5.8 \
-    -DCMAKE_INSTALL_PREFIX=/target 
+      -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \
+      -DORTHANC_SDK_VERSION=1.5.7 \
+      -DORTHANC_FRAMEWORK_SOURCE=web \
+      -DORTHANC_FRAMEWORK_VERSION=1.5.8 \
+      -DCMAKE_INSTALL_PREFIX=/target 
 
 make -j`nproc`