aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2017-12-07 04:21:03 -0500
committerJustin M. Keyes <justinkz@gmail.com>2017-12-07 10:21:03 +0100
commitafae4b514183c490737a28f2946def717e78a11c (patch)
tree7277836ef0957c34939d88afdde729ff3635849b
parenta58c9094db0ece13ecfc1a5b328c46a72aa46f76 (diff)
downloadrneovim-afae4b514183c490737a28f2946def717e78a11c.tar.gz
rneovim-afae4b514183c490737a28f2946def717e78a11c.tar.bz2
rneovim-afae4b514183c490737a28f2946def717e78a11c.zip
ci: Install neovim gem in Appveyor (#7700)
ref #7655
-rw-r--r--ci/build.bat4
1 files changed, 4 insertions, 0 deletions
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