diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-01 18:57:27 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-01 18:57:27 -0300 |
commit | ad8ba47c54a0fab4831b1fecc8ea08a9147134fd (patch) | |
tree | fa838c5b5c22060e6d20dfec9a0adacea4582b9d /test | |
parent | a52b5ca814a43e943857637627f6839cb7b909e5 (diff) | |
parent | ff68e9775ac2e5f9aae21535688d5355e4173e61 (diff) | |
download | luarocks-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.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 | ||