mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Disable gitlab ci
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
before_script:
|
||||
- apk update; apk add git bash neovim
|
||||
- git clone --depth=1 https://github.com/junegunn/vader.vim.git test/vader/vader.vim
|
||||
|
||||
test-latest:
|
||||
stage: test
|
||||
image:
|
||||
name: thinca/vim:latest-full
|
||||
entrypoint: [""]
|
||||
script: bash test/vader/run
|
||||
|
||||
test-8.0.1575:
|
||||
stage: test
|
||||
image:
|
||||
name: thinca/vim:v8.0.1575-full
|
||||
entrypoint: [""]
|
||||
script: bash test/vader/run
|
||||
|
||||
test-7.4.2273:
|
||||
stage: test
|
||||
image:
|
||||
name: thinca/vim:v7.4.2273-full
|
||||
entrypoint: [""]
|
||||
script: bash test/vader/run
|
||||
|
||||
test-neovim:
|
||||
stage: test
|
||||
image: alpine:latest
|
||||
script: bash -c 'VIMCMD=nvim test/vader/run'
|
||||
|
||||
Reference in New Issue
Block a user