Fix the Windows-installer generation

This commit is contained in:
Laurent Rineau 2019-11-08 11:47:09 +01:00
parent f854a2816e
commit 65dd48a94c
1 changed files with 3 additions and 0 deletions

View File

@ -322,6 +322,9 @@ fi
if [ -n "$DO_PUBLIC" ]; then
if docker version > /dev/null; then
# Re-extract the full version of CGAL, with examples/, and doc_html/
rm -rf ./${public_release_name}
tar -xf ${public_release_name}.tar.xz
# Build the Windows installer
docker pull cgal/cgal-nsis-dockerfile
docker create -v `realpath ${DESTINATION}/${public_release_name}`:/mnt/cgal_release:ro,z \