ci: custom image

This commit is contained in:
Eduardo San Martin Morote
2018-08-08 12:06:05 +02:00
parent 027a63c26f
commit 5cd49ff5a0
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ version: 2
jobs: jobs:
build: build:
docker:
- image: posva/vim-make:0.1
working_directory: ~/repo working_directory: ~/repo
steps: steps:

View File

@@ -1,3 +1,3 @@
FROM thinca/vim:8.1.0255 FROM thinca/vim
RUN apk add make RUN apk add make