Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2a9d679
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,32 @@
+version: 0.1.0.{build}
+
+environment:
+ matrix:
+ - LUA: "lua 5.1"
+ - LUA: "lua 5.2"
+ - LUA: "lua 5.3"
+
+platform:
+ - x64
+ - x86
+
+before_build:
+ - set PATH=C:\Python27\Scripts;%PATH%
+ - pip install hererocks
+ - if /I "%platform%"=="x86" set HR_TARGET=vs_32
+ - if /I "%platform%"=="x64" set HR_TARGET=vs_64
+ - hererocks env --%LUA% --target %HR_TARGET% -rlatest
+ - call env\bin\activate
+
+build_script:
+ - luarocks make rockspecs\winreg-scm-0.rockspec
+
+test_script:
+ - cd test
+ - lua test_1.lua
+ - lua test_5_1_5.lua
+ - lua test_5_1_6.lua
+ - lua test_5_1_8.lua
+ - lua test_5_1_9.lua
+ - lua test_5_1_10.lua
+ - lua test_5_1_13.lua