mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Update emojis, add go 1.11, fix docker image names
This commit is contained in:
parent
3d0a546281
commit
debf7962f8
|
|
@ -1,30 +1,50 @@
|
||||||
steps:
|
steps:
|
||||||
- command:
|
- command:
|
||||||
- "./build.sh"
|
- "./build.sh"
|
||||||
label: "\U0001F528 Build - Go 1.12"
|
label: ":hammer-and-wrench: Build / :go: 1.11"
|
||||||
env:
|
env:
|
||||||
GOGC: "400"
|
GOGC: "400"
|
||||||
DENDRITE_LINT_DISABLE_GC: "1"
|
DENDRITE_LINT_DISABLE_GC: "1"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "1.12-alpine:latest"
|
image: "golang:1.11-alpine"
|
||||||
|
|
||||||
- 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"
|
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go test ./..."
|
- "go test ./..."
|
||||||
label: "\U0001F9EA Unit tests - Go 1.12"
|
label: ":female-scientist: Unit tests / :go: 1.11"
|
||||||
env:
|
env:
|
||||||
GOGC: "400"
|
GOGC: "400"
|
||||||
DENDRITE_LINT_DISABLE_GC: "1"
|
DENDRITE_LINT_DISABLE_GC: "1"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- 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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue