From d4733790e0b038e7f080c268ea546d5ed2477282 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Mon, 28 Mar 2016 13:41:58 +0300 Subject: [PATCH] Install luarocks on travis --- appveyor.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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