Add vader tests and docker setup

This commit is contained in:
Rane Brown
2019-07-14 07:32:38 -06:00
parent 0441be5e34
commit 94d62ad7f2
5 changed files with 108 additions and 18 deletions

17
Dockerfile Normal file
View File

@ -0,0 +1,17 @@
FROM tweekmonster/vim-testbed:latest
ENV PACKAGES="\
bash \
git \
python \
py-pip \
"
RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
RUN pip install vim-vint
RUN git clone https://github.com/junegunn/vader.vim vader
RUN install_vim -tag v7.4.1099 -build \
-tag v8.0.0027 -build \
-tag v8.1.0519 -build