aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2015-07-19 09:40:45 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2015-07-19 09:40:45 +0200
commit838f1f9057e0066695b4f0fc762253b696025f92 (patch)
treef748528aa77dbe97b987d875cfa8dfd88e022b3c
parentcc621bf31aadd314d72ea6d49cffdca51b280add (diff)
downloadluarocks-838f1f9057e0066695b4f0fc762253b696025f92.tar.gz
luarocks-838f1f9057e0066695b4f0fc762253b696025f92.tar.bz2
luarocks-838f1f9057e0066695b4f0fc762253b696025f92.zip
added debug line
-rw-r--r--.appveyor/build.bat1
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
47set LUA_CPATH=%LR_SYSTREE%\lib\lua\%LUA_SHORTV%\?.dll 47set LUA_CPATH=%LR_SYSTREE%\lib\lua\%LUA_SHORTV%\?.dll
48 48
49call luarocks --version || call :die "Error with LuaRocks installation" 49call luarocks --version || call :die "Error with LuaRocks installation"
50cd && dir
50call luarocks list 51call luarocks list
51 52
52 53