From 13e45c9db0293ac59ffb3756c0a883c7221e9295 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Wed, 2 Mar 2016 19:08:31 +0300 Subject: [PATCH] Build LuaJIT with cl on appveyor --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cd3f79b..a17d4fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,10 @@ shallow_clone: true environment: matrix: - - LUA: 5.1 - - LUA: 5.2 - - LUA: 5.3 + - LUA: "lua 5.1" + - LUA: "lua 5.2" + - LUA: "lua 5.3" + - LUA: "luajit 2.0" configuration: - 2015 @@ -15,6 +16,6 @@ platform: x86 before_build: '"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"' -build_script: python hererocks.py here --lua "%LUA%" --verbose --target cl +build_script: python hererocks.py here --%LUA% --verbose test_script: here\bin\lua -v