mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 09:42:57 +00:00
appveyor:fixup download of mingw gcc lzma
This commit is contained in:
parent
c2ddbed90b
commit
8d1a2e3453
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ install:
|
||||||
- ccache -M 99M
|
- ccache -M 99M
|
||||||
- xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
|
- xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
|
||||||
|
|
||||||
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "MINGW_URL%" -FileName "%MINGW_LZMA%"
|
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_LZMA%"
|
||||||
- 7z x -y "%MINGW_LZMA%" -o%TMP% >null
|
- 7z x -y "%MINGW_LZMA%" -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue