diff options
author | Hisham <hisham@gobolinux.org> | 2016-09-08 14:59:47 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-09-08 14:59:47 -0300 |
commit | 87f2b81d3bf95e9c3bd99b1c09a8260c90a07d3b (patch) | |
tree | 39ffd01a32f883b3c19fdacf3cc2edfd7ad8ff4b | |
parent | 412ada2cf8ca4792e8c36c181df2a948cecd892d (diff) | |
download | luarocks-branched-to-2.4.0.tar.gz luarocks-branched-to-2.4.0.tar.bz2 luarocks-branched-to-2.4.0.zip |
Remove old testing.batbranched-to-2.4.0
-rw-r--r-- | test/testing.bat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/testing.bat b/test/testing.bat deleted file mode 100644 index 7083678b..00000000 --- a/test/testing.bat +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | @echo off | ||
2 | Setlocal EnableDelayedExpansion EnableExtensions | ||
3 | |||
4 | if not defined LUAROCKS_REPO set LUAROCKS_REPO=https://luarocks.org | ||
5 | |||
6 | appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock | ||
7 | luarocks build stdlib | ||
8 | |||
9 | endlocal | ||