Run flake8 and vint in azure
This commit is contained in:
parent
e82035f716
commit
fc802b61bd
10 changed files with 78 additions and 46 deletions
|
|
@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
RUN apt-get update && \
|
||||
apt-get -y dist-upgrade && \
|
||||
apt-get -y install python3-dev \
|
||||
python3-pip \
|
||||
ca-cacert \
|
||||
libncurses5-dev libncursesw5-dev \
|
||||
git \
|
||||
|
|
@ -19,7 +20,7 @@ RUN mkdir -p $HOME/vim && \
|
|||
cd $HOME/vim && \
|
||||
git clone https://github.com/vim/vim && \
|
||||
cd vim && \
|
||||
git checkout v8.1.0958 && \
|
||||
git checkout v8.1.1302 && \
|
||||
./configure --with-features=huge \
|
||||
--enable-python3interp \
|
||||
--enable-terminal \
|
||||
|
|
|
|||
5
tests/ci/rebuild
Executable file
5
tests/ci/rebuild
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
docker build --no-cache -t puremourning/vimspector:test image/
|
||||
Loading…
Add table
Add a link
Reference in a new issue