mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Test on thinca/vim (alpine)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
image: thinca/vim
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/junegunn/vader.vim.git test/vader/vader.vim
|
||||
|
||||
job:
|
||||
before_script:
|
||||
- apk update
|
||||
- apk upgrade
|
||||
- apk add git
|
||||
- apk add bash
|
||||
- git clone https://github.com/junegunn/vader.vim.git test/vader/vader.vim
|
||||
|
||||
script: test/vader/run
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/bash
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
vim -es -Nu minvimrc +"Vader! ${1:-*}"
|
||||
|
||||
Reference in New Issue
Block a user