mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
fix(test): update Makefile
This commit is contained in:
parent
6ec2c959c5
commit
6a3d1968ab
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -88,9 +88,7 @@ jobs:
|
||||
- vimbin: vim
|
||||
vimtag: nightly
|
||||
- vimbin: vim
|
||||
vimtag: v7.4.052
|
||||
- vimbin: vim
|
||||
vimtag: v7.4.629
|
||||
vimtag: v7.4.1185
|
||||
- vimbin: vim
|
||||
vimtag: v7.4.1689
|
||||
- vimbin: vim
|
||||
@ -103,8 +101,6 @@ jobs:
|
||||
vimtag: v8.2.2434
|
||||
- vimbin: vim
|
||||
vimtag: v8.2.3995
|
||||
- vimbin: nvim
|
||||
vimtag: nightly
|
||||
- vimbin: nvim
|
||||
vimtag: v0.6.1
|
||||
- vimbin: nvim
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
test: build/vader | build
|
||||
$(VIM_BIN) -Nu test/vimrc -c 'Vader! test/**'
|
||||
$(VIM_BIN) -Nu test/vimrc -Es -c 'Vader! test/**'
|
||||
|
||||
COVIMERAGE=$(shell command -v covimerage 2>/dev/null || echo build/covimerage/bin/covimerage)
|
||||
|
||||
|
@ -74,8 +74,16 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
|
||||
SpaceVim has been tested in [github action](https://github.com/SpaceVim/SpaceVim/actions) with following
|
||||
versions of neovim and vim:
|
||||
|
||||
- vim: `master`, `8.1.2269`, `8.0.1453`, `8.0.0027`,`7.4.1689`,`7.4.629`, `7.4.052`
|
||||
- neovim: `nightly`, `v0.5.0`, `v0.4.4`, `v0.4.3`, `v0.4.2`, `v0.4.0`, `v0.3.8`
|
||||
| Program | Version | Windows | Linux |
|
||||
| ------- | ------- | ------- | ----- |
|
||||
| neovim | v0.6.1 | √ | √ |
|
||||
| neovim | v0.6.0 | √ | √ |
|
||||
| neovim | v0.5.1 | √ | √ |
|
||||
| neovim | v0.5.0 | √ | √ |
|
||||
| neovim | v0.4.4 | √ | √ |
|
||||
| neovim | v0.4.3 | √ | √ |
|
||||
| neovim | v0.4.2 | √ | √ |
|
||||
| neovim | v0.3.8 | √ | √ |
|
||||
|
||||
For more general questions, please read SpaceVim [FAQ](faq/).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user