diff --git a/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh b/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh new file mode 100644 index 00000000000..e2911620838 --- /dev/null +++ b/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh @@ -0,0 +1,8 @@ +#!/bin/bash +if [ "$1" == '--help' ]; then + echo "Usage: $0 " + echo "Builds and packages the Polyhedron demo form the CGAL dir." + exit 0 +fi +docker run --rm -v "$2":/results:Z -v "$1":/cgal:ro docker.io/cgal/bundle-3d-demo "/scripts/build.sh -j$3 && /scripts/deploy.sh" +