From 68e4d8ccee425fc59c3e874e2cf0898de119c347 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sat, 27 Feb 2016 18:23:26 +0300 Subject: [PATCH] Test RioLua build on Appveyor --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..be2f712 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +version: 1.0.{build} + +shallow_clone: true + +environment: + matrix: + - LUA: 5.1 + - LUA: 5.2 + - LUA: 5.3 + +configuration: MinGW + +platform: x86 + +before_build: set PATH=C:\mingw\bin;%PATH% + +build_script: python hererocks.py here --lua "%LUA%" --verbose + +test_script: here\bin\lua -v