mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 06:39:09 +00:00
committed by
Justin M. Keyes
parent
a58c9094db
commit
afae4b5141
@@ -33,6 +33,10 @@ set PATH=C:\Python35;C:\Python27;%PATH%
|
|||||||
python -c "import neovim; print(str(neovim))" || goto :error
|
python -c "import neovim; print(str(neovim))" || goto :error
|
||||||
python3 -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
|
mkdir .deps
|
||||||
cd .deps
|
cd .deps
|
||||||
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..\third-party\ || goto :error
|
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..\third-party\ || goto :error
|
||||||
|
|||||||
Reference in New Issue
Block a user