Files
kiwix-build/appveyor/setup_from_cache.cmd
2018-10-31 15:42:15 +01:00

5 lines
211 B
Batchfile

REM ========================================================
REM Setup from cache
curl -fsSL -O http://tmp.kiwix.org/ci/deps_windows_windows.zip || exit /b 1
7z x deps_windows_windows.zip -oc: -aoa || exit /b 1