add image to compiler tests

This commit is contained in:
Brad Rydzewski
2019-10-23 10:51:04 -07:00
parent 09f19e5b99
commit 5dc0de0e14
16 changed files with 54 additions and 1184 deletions

View File

@@ -2,18 +2,13 @@ kind: pipeline
type: docker
name: default
server:
image: docker-18-04
region: nyc1
size: s-1vcpu-1gb
token: 3DA541559918A808C2402BBA5012F6C60B27661C
steps:
- name: build
image: golang
commands:
- go build
- name: test
image: golang
commands:
- go test