aboutsummaryrefslogtreecommitdiff
path: root/ci/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.bat')
-rw-r--r--ci/build.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/build.bat b/ci/build.bat
index 25f949b5e4..9909d102a4 100644
--- a/ci/build.bat
+++ b/ci/build.bat
@@ -37,6 +37,9 @@ set PATH=C:\Ruby24\bin;%PATH%
cmd /c gem.cmd install neovim || goto :error
where.exe neovim-ruby-host.bat || goto :error
+cmd /c npm.cmd install -g neovim || goto :error
+where.exe neovim-node-host.cmd || goto :error
+
mkdir .deps
cd .deps
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..\third-party\ || goto :error