mirror of
https://github.com/posva/vim-vue.git
synced 2026-01-25 00:16:40 +08:00
Migrate to GitHub Actions
Introduces a configuration for GitHub Actions to test with various operating systems and versions of Vim.
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,7 +1,9 @@
|
||||
test: dependencies
|
||||
test: test-vim test-neovim
|
||||
|
||||
test-vim: dependencies
|
||||
vim -u test/vimrc -c 'Vader! test/*.vader'
|
||||
|
||||
test-nvim: dependencies
|
||||
test-neovim: dependencies
|
||||
VADER_OUTPUT_FILE=/dev/stderr nvim -u test/vimrc -c 'Vader! test/*.vader' --headless
|
||||
|
||||
dependencies = \
|
||||
@@ -25,4 +27,4 @@ dependencies:
|
||||
clean:
|
||||
rm -rf pack
|
||||
|
||||
.PHONY: test test-nvim dependencies clean
|
||||
.PHONY: test test-vim test-neovim dependencies clean
|
||||
|
||||
Reference in New Issue
Block a user