mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +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
|
- vimbin: vim
|
||||||
vimtag: nightly
|
vimtag: nightly
|
||||||
- vimbin: vim
|
- vimbin: vim
|
||||||
vimtag: v7.4.052
|
vimtag: v7.4.1185
|
||||||
- vimbin: vim
|
|
||||||
vimtag: v7.4.629
|
|
||||||
- vimbin: vim
|
- vimbin: vim
|
||||||
vimtag: v7.4.1689
|
vimtag: v7.4.1689
|
||||||
- vimbin: vim
|
- vimbin: vim
|
||||||
@ -103,8 +101,6 @@ jobs:
|
|||||||
vimtag: v8.2.2434
|
vimtag: v8.2.2434
|
||||||
- vimbin: vim
|
- vimbin: vim
|
||||||
vimtag: v8.2.3995
|
vimtag: v8.2.3995
|
||||||
- vimbin: nvim
|
|
||||||
vimtag: nightly
|
|
||||||
- vimbin: nvim
|
- vimbin: nvim
|
||||||
vimtag: v0.6.1
|
vimtag: v0.6.1
|
||||||
- vimbin: nvim
|
- vimbin: nvim
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
test: build/vader | build
|
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)
|
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
|
SpaceVim has been tested in [github action](https://github.com/SpaceVim/SpaceVim/actions) with following
|
||||||
versions of neovim and vim:
|
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`
|
| Program | Version | Windows | Linux |
|
||||||
- neovim: `nightly`, `v0.5.0`, `v0.4.4`, `v0.4.3`, `v0.4.2`, `v0.4.0`, `v0.3.8`
|
| ------- | ------- | ------- | ----- |
|
||||||
|
| 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/).
|
For more general questions, please read SpaceVim [FAQ](faq/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user