diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-07-19 09:40:45 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-07-19 09:40:45 +0200 |
commit | 838f1f9057e0066695b4f0fc762253b696025f92 (patch) | |
tree | f748528aa77dbe97b987d875cfa8dfd88e022b3c | |
parent | cc621bf31aadd314d72ea6d49cffdca51b280add (diff) | |
download | luarocks-838f1f9057e0066695b4f0fc762253b696025f92.tar.gz luarocks-838f1f9057e0066695b4f0fc762253b696025f92.tar.bz2 luarocks-838f1f9057e0066695b4f0fc762253b696025f92.zip |
added debug line
-rw-r--r-- | .appveyor/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor/build.bat b/.appveyor/build.bat index a4ff6378..9bec8c54 100644 --- a/.appveyor/build.bat +++ b/.appveyor/build.bat | |||
@@ -47,6 +47,7 @@ set LUA_PATH=%LUA_PATH%;%LR_SYSTREE%\share\lua\%LUA_SHORTV%\?\init.lua | |||
47 | set LUA_CPATH=%LR_SYSTREE%\lib\lua\%LUA_SHORTV%\?.dll | 47 | set LUA_CPATH=%LR_SYSTREE%\lib\lua\%LUA_SHORTV%\?.dll |
48 | 48 | ||
49 | call luarocks --version || call :die "Error with LuaRocks installation" | 49 | call luarocks --version || call :die "Error with LuaRocks installation" |
50 | cd && dir | ||
50 | call luarocks list | 51 | call luarocks list |
51 | 52 | ||
52 | 53 | ||