From 93608de75f120274e68f7250f0f64f4073e8d229 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Sun, 13 Nov 2016 11:22:40 +0300 Subject: Add. MinGW run on AppVeyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2a9d679..b978027 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,12 +9,15 @@ environment: platform: - x64 - x86 + - mingw before_build: - set PATH=C:\Python27\Scripts;%PATH% - pip install hererocks - if /I "%platform%"=="x86" set HR_TARGET=vs_32 - if /I "%platform%"=="x64" set HR_TARGET=vs_64 + - if /I "%platform%"=="mingw" set HR_TARGET=mingw + - if /I "%platform%"=="mingw" set PATH=C:\MinGW\bin;%PATH% - hererocks env --%LUA% --target %HR_TARGET% -rlatest - call env\bin\activate -- cgit v1.2.3