aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-01 18:57:27 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-01 18:57:27 -0300
commitad8ba47c54a0fab4831b1fecc8ea08a9147134fd (patch)
treefa838c5b5c22060e6d20dfec9a0adacea4582b9d /test
parenta52b5ca814a43e943857637627f6839cb7b909e5 (diff)
parentff68e9775ac2e5f9aae21535688d5355e4173e61 (diff)
downloadluarocks-ad8ba47c54a0fab4831b1fecc8ea08a9147134fd.tar.gz
luarocks-ad8ba47c54a0fab4831b1fecc8ea08a9147134fd.tar.bz2
luarocks-ad8ba47c54a0fab4831b1fecc8ea08a9147134fd.zip
Merge pull request #335 from ignacio/appveyor
Adds integration with AppVeyor
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