From 810f27cf46f6c9f4753ecc8c2d3c9891986a475a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 8 Feb 2019 08:26:57 -0500 Subject: Document build status badges --- builds.sr.ht/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'builds.sr.ht/index.md') diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 005778d..5fe928d 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -97,6 +97,18 @@ The actual shell varies depending on your build image. `~/.buildenv` contains the environment variables you specified in your manifest, but feel free to modify it to communicate state between build steps. +# Build status badges + +If you add tags to your build, or enter search terms, you can use these to +create a build status badge like this (the example being the latest status of +builds.sr.ht itself): + +[![builds.sr.ht status](https://builds.sr.ht/~sircmpwn/builds.sr.ht.svg)](https://builds.sr.ht/~sircmpwn/builds.sr.ht?) + +The image URL and a markdown snippet are shown in the sidebar of the [search +results page](https://builds.sr.ht/~sircmpwn?search=scheduled+image+refresh) or +[tag detail page](https://builds.sr.ht/~sircmpwn/builds.sr.ht). + # Integrations Do you have something that integrates with builds.sr.ht? Submit a patch for this -- cgit