From 18dbf2d9d1375417abec27590c46e6da621407c7 Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Thu, 27 Dec 2018 20:36:45 -0500 Subject: [PATCH] Test on thinca/vim (alpine) --- .gitlab-ci.yml | 10 +++++++--- test/vader/run | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adcf789..10b17d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/test/vader/run b/test/vader/run index 934cb3c..e915295 100755 --- a/test/vader/run +++ b/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:-*}"