mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 01:31:30 +00:00
appveyor: decompress twice
This commit is contained in:
parent
8d1a2e3453
commit
b1c323d87f
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@ environment:
|
|||
CCACHE_URL: http://alam.srb2.org/ccache.exe
|
||||
CCACHE_COMPRESS: true
|
||||
CCACHE_DIR: C:\Users\appveyor\.ccache
|
||||
MINGW_LZMA: gcc-core-4.8.1-4-mingw32-bin.tar.lzma
|
||||
MINGW_TAR: gcc-core-4.8.1-4-mingw32-bin.tar
|
||||
MINGW_URL: http://downloads.sourceforge.net/project/mingw/MinGW/Base/gcc/Version4/gcc-4.8.1-4/gcc-core-4.8.1-4-mingw32-bin.tar.lzma
|
||||
|
||||
cache:
|
||||
|
@ -36,8 +36,9 @@ install:
|
|||
- ccache -M 99M
|
||||
- xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
|
||||
|
||||
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_LZMA%"
|
||||
- 7z x -y "%MINGW_LZMA%" -o%TMP% >null
|
||||
- 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 "%TMP%\%MINGW_TAR%" -o %TMP% >null
|
||||
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0
|
||||
|
||||
configuration:
|
||||
|
|
Loading…
Reference in a new issue