From 9c0b3c64ac664c42644612d6481eacd15af7e72f Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sat, 27 Feb 2016 19:54:14 +0300 Subject: [PATCH] Test cl.exe RioLua build on Appveyor --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index be2f712..cd3f79b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,12 +8,13 @@ environment: - LUA: 5.2 - LUA: 5.3 -configuration: MinGW +configuration: +- 2015 platform: x86 -before_build: set PATH=C:\mingw\bin;%PATH% +before_build: '"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"' -build_script: python hererocks.py here --lua "%LUA%" --verbose +build_script: python hererocks.py here --lua "%LUA%" --verbose --target cl test_script: here\bin\lua -v