mirror of https://gitee.com/bigwinds/arangodb
better filter when building windows test tarball
This commit is contained in:
parent
ccb2175904
commit
b9bcf292d5
|
@ -693,7 +693,7 @@ if test -n "${TARGET_DIR}"; then
|
|||
DLLS=`find ${SSLDIR} -name \*.dll |grep -i release`
|
||||
cp ${DLLS} bin/${BUILD_CONFIG}
|
||||
cp bin/${BUILD_CONFIG}/* bin/
|
||||
cp tests/${BUILD_CONFIG}/* bin/
|
||||
cp tests/${BUILD_CONFIG}/*exe bin/
|
||||
fi
|
||||
tar -u -f ${TARFILE_TMP} \
|
||||
bin etc tests
|
||||
|
|
Loading…
Reference in New Issue