Update emojis, add go 1.11, fix docker image names

This commit is contained in:
Andrew Morgan 2019-05-29 14:35:02 +01:00
parent 3d0a546281
commit debf7962f8

View file

@ -1,30 +1,50 @@
steps:
- command:
- "./build.sh"
label: "\U0001F528 Build - Go 1.12"
label: ":hammer-and-wrench: Build / :go: 1.11"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "1.12-alpine:latest"
- command:
- "./scripts/find-lint.sh"
label: "\U0001F9F9 Lint - Go 1.12"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "1.12-alpine:latest"
image: "golang:1.11-alpine"
- command:
- "go test ./..."
label: "\U0001F9EA Unit tests - Go 1.12"
label: ":female-scientist: Unit tests / :go: 1.11"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "1.12-alpine:latest"
image: "golang:1.11-alpine"
- command:
- "./build.sh"
label: ":hammer-and-wrench: Build / :go: 1.12"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "golang:1.12-alpine"
- command:
- "go test ./..."
label: ":female-scientist: Unit tests / :go: 1.12"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "golang:1.12-alpine"
- command:
- "./scripts/find-lint.sh"
label: ":lower_left_crayon: Lint / :go: 1.12"
env:
GOGC: "400"
DENDRITE_LINT_DISABLE_GC: "1"
plugins:
- docker#v3.0.1:
image: "golang:1.12-alpine"