Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Melnichuk <alexeymelnichuck@gmail.com>2016-11-13 11:22:40 +0300
committerAlexey Melnichuk <alexeymelnichuck@gmail.com>2016-11-13 11:22:40 +0300
commit93608de75f120274e68f7250f0f64f4073e8d229 (patch)
treece6b8e9aa61a3a8ec208daac146c07c2e83c545c
parent70a463c15e0be1990db9a27afd1775e5281bf21e (diff)
Add. MinGW run on AppVeyor
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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