From afae4b514183c490737a28f2946def717e78a11c Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 7 Dec 2017 04:21:03 -0500 Subject: [PATCH] ci: Install neovim gem in Appveyor (#7700) ref #7655 --- ci/build.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/build.bat b/ci/build.bat index 6eb22176a9..91eca9ef73 100644 --- a/ci/build.bat +++ b/ci/build.bat @@ -33,6 +33,10 @@ set PATH=C:\Python35;C:\Python27;%PATH% python -c "import neovim; print(str(neovim))" || goto :error python3 -c "import neovim; print(str(neovim))" || goto :error +set PATH=C:\Ruby24\bin;%PATH% +cmd /c gem.cmd install neovim || goto :error +where.exe neovim-ruby-host.bat || goto :error + mkdir .deps cd .deps cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..\third-party\ || goto :error