mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 10:11:12 +00:00
appveyor: download GCC 4.8.1-4 and try to abuse it
This commit is contained in:
parent
5514cca497
commit
c2ddbed90b
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,8 @@ 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_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:
|
||||
- nasm-2.12.01.zip
|
||||
|
@ -34,6 +36,10 @@ 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
|
||||
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0
|
||||
|
||||
configuration:
|
||||
- SDL
|
||||
- DD
|
||||
|
|
Loading…
Reference in a new issue