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