test: update lua client to 0.0.1-13 #3281

This commit is contained in:
Justin M. Keyes 2015-09-01 21:47:20 -04:00
parent 2bc1d7d0db
commit aea3f70237

View File

@ -1,6 +1,6 @@
# Luarocks recipe. Luarocks is only required when building Neovim, when
# cross compiling we still want to build for the HOST system, whenever
# writing a recipe than is mean for cross-compile, use the HOSTDEPS_* variables
# writing a recipe that is meant for cross-compile, use the HOSTDEPS_* variables
# instead of DEPS_* - check the main CMakeLists.txt for a list.
if(MSVC)
@ -123,7 +123,7 @@ if(USE_BUNDLED_BUSTED)
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${LUAROCKS_BINARY}
ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-12/nvim-client-0.0.1-12.rockspec ${LUAROCKS_BUILDARGS} LIBUV_DIR=${HOSTDEPS_INSTALL_DIR}
ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-13/nvim-client-0.0.1-13.rockspec ${LUAROCKS_BUILDARGS} LIBUV_DIR=${HOSTDEPS_INSTALL_DIR}
DEPENDS busted libuv)
add_custom_target(nvim-client
DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client)