From 60e162cd8b9a3356d75f39a29991c2d3193f46da Mon Sep 17 00:00:00 2001 From: mpeterv Date: Tue, 27 Oct 2015 13:04:00 +0300 Subject: [PATCH] Add appveyor.yml --- appveyor.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..3397a56 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,21 @@ +version: 1.0.{build} + +shallow_clone: true + +environment: + matrix: + - LUA: 5.1 + - LUA: 5.2 + - LUA: 5.3 + +configuration: MinGW + +platform: x86 + +install: cinst python + +build_script: python hererocks.py here --lua "%LUA%" --luarocks 2.1.2 --verbose + +test_script: + - here\bin\lua -v + - here\bin\luarocks --version