From effd61f85536da839a64db72dc4be720290908d6 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Tue, 27 Oct 2015 13:16:05 +0300 Subject: [PATCH] Add MinGW to path in appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3397a56..2a71fd0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,8 @@ platform: x86 install: cinst python +before_build: set PATH=C:\mingw\bin;%PATH% + build_script: python hererocks.py here --lua "%LUA%" --luarocks 2.1.2 --verbose test_script: