From 35ff15f4ce2f5345df07d8512db65f170a50d4ab Mon Sep 17 00:00:00 2001 From: Hisham Date: Mon, 22 Aug 2016 17:40:29 -0300 Subject: Put MinGW in PATH for hererocks too --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 94fd6289..1d29b18d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,8 @@ init: # Setup Lua development/build environment # Make VS 2015 command line tools available - call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform% +# Add MinGW compiler to the path +- set PATH=C:\MinGW\bin;%PATH% before_build: - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH @@ -43,7 +45,6 @@ build_script: - luarocks install busted 1> NUL 2> NUL test_script: - - set PATH=C:\MinGW\bin;%PATH% # Add MinGW compiler to the path - busted --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper appveyor,%COMPILER% after_test: -- cgit v1.2.3-55-g6feb