1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Enable neovim test (#4108)

This commit is contained in:
Wang Shidong 2021-06-06 15:03:42 +08:00 committed by GitHub
parent 12b75a44f3
commit 2446f60f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -35,12 +35,13 @@ install_nvim() {
local ncpu=$(awk '/^processor/{n+=1}END{print n}' /proc/cpuinfo)
git clone --depth 1 --single-branch $ext $URL $tmp
cd $tmp
sed -i '30d' ./third-party/cmake/BuildLibvterm.cmake
make deps
make -j$ncpu \
CMAKE_BUILD_TYPE=Release \
CMAKE_EXTRA_FLAGS="-DTRAVIS_CI_BUILD=ON -DCMAKE_INSTALL_PREFIX:PATH=$out"
make install
pip install pynvim
pip3 install --upgrade "pip < 21.0"
pip3 install pynvim
}

View File

@ -21,8 +21,8 @@ jobs:
- vimbin: vim
vimtag: v8.1.2269
# vimtag: ["v7.4.052", "v7.4.629", "v7.4.1689", "v8.0.0027", "v8.0.1453", "v8.1.2269"]
# - vimbin: nvim
# vimtag: v0.4.4
- vimbin: nvim
vimtag: v0.4.3
# vimtag: ["v0.4.3", "v0.4.3", "v0.4.3", "v0.4.2", "v0.3.8", "v0.3.7", "v0.3.5", "v0.3.4", "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0"]
runs-on: ubuntu-18.04
env: