1
0
Fork 0

Add tests

main
Ambrose Chua 2018-04-02 12:14:49 +08:00
parent c4616b1af7
commit b8b7a18018
4 changed files with 26 additions and 2 deletions

View File

@ -6,4 +6,26 @@ pipeline:
dockerfile: .dockerfile
tags:
- latest
test-neovim:
image: alpine:latest
commands:
- ./.install/neovim.sh
test-yadm:
image: alpine:latest
commands:
- ./.install/yadm.sh
test-golang:
image: alpine:latest
commands:
- ./.install/golang.sh
test-node:
image: alpine:latest
commands:
- ./.install/node.sh
test-kubectl:
image: alpine:latest
commands:
- ./.install/kubectl.sh

View File

@ -12,6 +12,8 @@ apk add --no-cache --virtual .build-deps \
gcc \
musl-dev \
openssl \
wget \
tar \
go
GOROOT_BOOTSTRAP="$(go env GOROOT)"