From d4fa8b97652c64b78721010634e44ca45c8a8ffb Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 20 Dec 2017 20:11:39 +0100 Subject: [PATCH] MinGW in appveyor path --- .appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 07111f4..d4c7bee 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,6 @@ cache: before_build: - |- set PREFIX=C:\usr - set MINGW32=C:\freshmingw set ARCH=i686-w64-mingw32 # depends are only fetched where there's no cache @@ -45,14 +44,9 @@ before_build: %DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\lib\*.a %PREFIX%\lib > nul %DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\bin\*.dll %PREFIX%\lib > nul - # Newer mingw is required, as older mingw32 does not support std::thread - #- |- - #%DEPENDS% appveyor DownloadFile "http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal Builds/mingw-builds/4.9.3/threads-posix/dwarf/i686-4.9.3-release-posix-dwarf-rt_v4-rev1.7z/download" - #%DEPENDS% 7z x download -o%MINGW32% > nul - build_script: - |- - set Path=%MINGW32%\mingw32\bin;%Path% + set Path=C:\MinGW\bin;%Path% cd %APPVEYOR_BUILD_FOLDER% del "C:\Program Files\Git\usr\bin\sh.exe"