Add gitlab ci
This commit is contained in:
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
stages:
|
||||||
|
-test
|
||||||
|
|
||||||
|
test-vim-latest:
|
||||||
|
image: thinca/vim:v7.4
|
||||||
|
script:
|
||||||
|
- cd tests
|
||||||
|
- bash runtests.sh
|
||||||
|
|
||||||
|
test-vim-7.4:
|
||||||
|
image: thinca/vim:v7.4
|
||||||
|
script:
|
||||||
|
- cd tests
|
||||||
|
- bash runtests.sh
|
||||||
|
|
||||||
|
test-neovim:
|
||||||
|
image: lambdalisue/neovim-ci
|
||||||
|
script:
|
||||||
|
- cd tests
|
||||||
|
- bash runtests.sh
|
||||||
Reference in New Issue
Block a user