diff --git a/appveyor.yml b/appveyor.yml index a17d4fa..2f4d9ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,8 +14,14 @@ configuration: platform: x86 -before_build: '"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"' +before_build: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"' -build_script: python hererocks.py here --%LUA% --verbose +build_script: python hererocks.py here --%LUA% --luarocks ^^ --verbose -test_script: here\bin\lua -v +test_script: + - here\bin\lua -v + - here\LuaRocks\luarocks --version + - here\LuaRocks\luarocks install busted + - dir here + - dir here\bin + - dir here\LuaRocks