mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 07:22:03 +00:00
appveyor: fixup 2nd extract and cache lzma
This commit is contained in:
parent
b1c323d87f
commit
2ac5fef402
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ cache:
|
||||||
- nasm-2.12.01.zip
|
- nasm-2.12.01.zip
|
||||||
- upx391w.zip
|
- upx391w.zip
|
||||||
- ccache.exe
|
- ccache.exe
|
||||||
|
- gcc-core-4.8.1-4-mingw32-bin.tar.lzma
|
||||||
- C:\Users\appveyor\.ccache
|
- C:\Users\appveyor\.ccache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -38,7 +39,7 @@ install:
|
||||||
|
|
||||||
- if not exist "%MINGW_TAR%.lzma" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_TAR%.lzma"
|
- if not exist "%MINGW_TAR%.lzma" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_TAR%.lzma"
|
||||||
- 7z x -y "%MINGW_TAR%.lzma" -o%TMP% >null
|
- 7z x -y "%MINGW_TAR%.lzma" -o%TMP% >null
|
||||||
- 7z x -y "%TMP%\%MINGW_TAR%" -o %TMP% >null
|
- 7z x -y "%TMP%\%MINGW_TAR%" -o%TMP% >null
|
||||||
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0
|
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
|
|
Loading…
Reference in a new issue