mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
Switch back to unicode emoji for better labels
This commit is contained in:
parent
5c56efcc04
commit
1c210acfc0
|
|
@ -1,28 +1,28 @@
|
||||||
steps:
|
steps:
|
||||||
- command:
|
- command:
|
||||||
- "go build ./cmd/..."
|
- "go build ./cmd/..."
|
||||||
label: ":hammer_and_wrench: Build / :go: 1.11"
|
label: "\U0001F528 Build / :go: 1.11"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.11"
|
image: "golang:1.11"
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go build ./cmd/..."
|
- "go build ./cmd/..."
|
||||||
label: ":hammer_and_wrench: Build / :go: 1.12"
|
label: "\U0001F528 Build / :go: 1.12"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.12"
|
image: "golang:1.12"
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go test ./..."
|
- "go test ./..."
|
||||||
label: ":female-scientist: Unit tests / :go: 1.11"
|
label: "\U0001F9EA Unit tests / :go: 1.11"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.11"
|
image: "golang:1.11"
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go test ./..."
|
- "go test ./..."
|
||||||
label: ":female-scientist: Unit tests / :go: 1.12"
|
label: "\U0001F9EA Unit tests / :go: 1.12"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.12"
|
image: "golang:1.12"
|
||||||
|
|
@ -30,7 +30,7 @@ steps:
|
||||||
- command:
|
- command:
|
||||||
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||||
- "GOGC=30 ./scripts/find-lint.sh"
|
- "GOGC=30 ./scripts/find-lint.sh"
|
||||||
label: ":lower_left_crayon: Lint / :go: 1.12"
|
label: "\U0001F9F9 Lint / :go: 1.12"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.12"
|
image: "golang:1.12"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue