From ae2b400efaad3d12561e8d11d7c002396aa9799a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 20 Oct 2016 16:58:35 +0200 Subject: [PATCH] When trying to build the windows unittest tarball attempt to add the openssl dlls --- Installation/Jenkins/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index 5c9f70e236..3cbf50bd79 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -541,6 +541,10 @@ if test -n "${TARGET_DIR}"; then arangosh/.keepme ) + if test "`uname -o`" == "Cygwin"; then + SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;"` + cp ${SSLDIR}/*.dll bin + fi tar -u -f ${TARFILE_TMP} \ bin etc tests