Travis - delete LibPack to preserve more space

https://forum.freecadweb.org/viewtopic.php?f=4&t=38657
This commit is contained in:
triplus
2019-10-24 19:54:29 +02:00
committed by wwmayer
parent a2b8ea28c5
commit bc85e2e5c1

View File

@@ -224,6 +224,7 @@ before_install:
curl -L https://github.com/apeltauer/FreeCAD/releases/download/LibPack_12.1/FreeCADLibs_12.1.2_x64_VC15.7z --output FreeCADLibs.7z
7z x FreeCADLibs.7z -oFreeCADLibs > /dev/null
rm -f FreeCADLibs.7z
export LIBPACK_DIR="$TRAVIS_BUILD_DIR\FreeCADLibs"
export CMAKE_ARGS="${CMAKE_OPTS} -DFREECAD_LIBPACK_DIR=$TRAVIS_BUILD_DIR\FreeCADLibs -DPYTHON_EXECUTABLE=$TRAVIS_BUILD_DIR\FreeCADLibs\bin\python.exe \