aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testing.bat9
1 files changed, 9 insertions, 0 deletions
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 @@
1@echo off
2Setlocal EnableDelayedExpansion EnableExtensions
3
4if not defined LUAROCKS_REPO set LUAROCKS_REPO=http://rocks.moonscript.org
5
6appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock
7luarocks build stdlib
8
9endlocal