diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-01 19:22:34 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-01 19:22:34 -0300 |
commit | 5cb4aa78f7a3ebcb760c1f47df6d86b567f1f640 (patch) | |
tree | e71d2859d350050db323944d78e2b27792531447 /test | |
parent | 303cca7e433f56f85724f98ba786630a1bb66f63 (diff) | |
parent | ad8ba47c54a0fab4831b1fecc8ea08a9147134fd (diff) | |
download | luarocks-5cb4aa78f7a3ebcb760c1f47df6d86b567f1f640.tar.gz luarocks-5cb4aa78f7a3ebcb760c1f47df6d86b567f1f640.tar.bz2 luarocks-5cb4aa78f7a3ebcb760c1f47df6d86b567f1f640.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'test')
-rw-r--r-- | test/testing.bat | 9 |
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 | ||
2 | Setlocal EnableDelayedExpansion EnableExtensions | ||
3 | |||
4 | if not defined LUAROCKS_REPO set LUAROCKS_REPO=http://rocks.moonscript.org | ||
5 | |||
6 | appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock | ||
7 | luarocks build stdlib | ||
8 | |||
9 | endlocal | ||