From: Bryant Mairs Date: Wed, 1 Feb 2017 02:31:48 +0000 (-0800) Subject: Document build badge for Gitlab CI X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~170^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f49c8836e618960a4151ccf1a112c379709af1da;p=cargo.git Document build badge for Gitlab CI --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index e5d266d84..8ee88efe2 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -142,8 +142,8 @@ license = "..." license-file = "..." # Optional specification of badges to be displayed on crates.io. The badges -# currently available are Travis CI and Appveyor latest build status, specified -# using the following parameters: +# currently available are Travis CI, Appveyor, and Gitlab latest build status, +# specified using the following parameters: [badges] # Travis CI: `repository` is required. `branch` is optional; default is `master` travis-ci = { repository = "...", branch = "master" } @@ -151,6 +151,8 @@ travis-ci = { repository = "...", branch = "master" } # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } +# Gitlab: `repository` is required. `branch` is optional; default is `master` +gitlab = { repository = "...", branch = "master" } ``` The [crates.io](https://crates.io) registry will render the description, display