Test on thinca/vim (alpine)

This commit is contained in:
Andy K. Massimino
2018-12-27 20:36:45 -05:00
parent 1b66d8d40b
commit 18dbf2d9d1
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
vim -es -Nu minvimrc +"Vader! ${1:-*}"