Update Libpack link

This commit is contained in:
sgrogan
2020-02-07 18:05:27 -05:00
committed by wwmayer
parent c420de0f9b
commit 3089ffd435

View File

@@ -258,7 +258,7 @@ before_install:
# clcache stats before compilation
cmd.exe /C 'C:\Users\travis\build\FreeCAD\FreeCAD\clcache.exe -s'
curl -L https://github.com/apeltauer/FreeCAD/releases/download/LibPack_12.1/FreeCADLibs_12.1.2_x64_VC15.7z --output FreeCADLibs.7z
curl -L https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCADLibs_12.1.4_x64_VC15.7z --output FreeCADLibs.7z
7z x FreeCADLibs.7z -oFreeCADLibs > /dev/null
rm -f FreeCADLibs.7z
export LIBPACK_DIR="$TRAVIS_BUILD_DIR\FreeCADLibs"