Improve test vim versions

This commit is contained in:
Andy K. Massimino
2018-12-27 21:14:09 -05:00
parent 18dbf2d9d1
commit 1ad2a0ec93

View File

@@ -1,12 +1,29 @@
image: thinca/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
stages:
- test
before_script:
- apk update; apk add git bash
- 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: test/vader/run
test-8.0.1575:
stage: test
image:
name: thinca/vim:v8.0.1575-full
entrypoint: [""]
script: test/vader/run
test-7.4.2273:
stage: test
image:
name: thinca/vim:v7.4.2273-full
entrypoint: [""]
script: test/vader/run