Skip to content

Commit 4ce099b

Browse files
committed
Auto merge of #3632 - Susurrus:master, r=alexcrichton
Document build badge for Gitlab CI This doesn't make sense to merge until rust-lang/crates.io#539 is merged, but I figured I'd get it all spooled up since that PR is already ready for merging.
2 parents 3708b12 + f49c883 commit 4ce099b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/manifest.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,17 @@ license = "..."
142142
license-file = "..."
143143

144144
# Optional specification of badges to be displayed on crates.io. The badges
145-
# currently available are Travis CI and Appveyor latest build status, specified
146-
# using the following parameters:
145+
# currently available are Travis CI, Appveyor, and Gitlab latest build status,
146+
# specified using the following parameters:
147147
[badges]
148148
# Travis CI: `repository` is required. `branch` is optional; default is `master`
149149
travis-ci = { repository = "...", branch = "master" }
150150
# Appveyor: `repository` is required. `branch` is optional; default is `master`
151151
# `service` is optional; valid values are `github` (default), `bitbucket`, and
152152
# `gitlab`.
153153
appveyor = { repository = "...", branch = "master", service = "github" }
154+
# Gitlab: `repository` is required. `branch` is optional; default is `master`
155+
gitlab = { repository = "...", branch = "master" }
154156
```
155157

156158
The [crates.io](https://crates.io) registry will render the description, display

0 commit comments

Comments
 (0)