From e31c46b8430b10cdf01c2570de810b028c5895a7 Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Fri, 27 Mar 2015 12:34:19 -0300 Subject: Improved the CI scripts Ported back part of the work made [here](https://github.com/ignacio/lua-appveyor-example) by @moteus and me. I still need to write a test runner of sorts. --- test/testing.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/testing.bat (limited to 'test') diff --git a/test/testing.bat b/test/testing.bat new file mode 100644 index 00000000..319e12c3 --- /dev/null +++ b/test/testing.bat @@ -0,0 +1,9 @@ +@echo off +Setlocal EnableDelayedExpansion EnableExtensions + +if not defined LUAROCKS_REPO set LUAROCKS_REPO=http://rocks.moonscript.org + +appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock +luarocks build stdlib + +endlocal -- cgit v1.2.3-55-g6feb