diff options
author | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-03-27 12:34:19 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-03-27 12:34:19 -0300 |
commit | e31c46b8430b10cdf01c2570de810b028c5895a7 (patch) | |
tree | 57823c4c02ff23f00144bfcda821f727ba5dc923 /test | |
parent | 93cdd54195a6a5a101c9c37c3034916b710d71ba (diff) | |
download | luarocks-e31c46b8430b10cdf01c2570de810b028c5895a7.tar.gz luarocks-e31c46b8430b10cdf01c2570de810b028c5895a7.tar.bz2 luarocks-e31c46b8430b10cdf01c2570de810b028c5895a7.zip |
Improved the CI scripts
Ported back part of the work made [here](https://github.com/ignacio/lua-appveyor-example)
by @moteus and me.
I still need to write a test runner of sorts.
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 | ||