From 2f36096e1a242d46ddfab3237f29ab3a81b2d018 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 May 2019 22:56:49 +0200 Subject: [PATCH 1/2] Add Drone build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50ef9d47b..df379e0f2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ title: borgmatic permalink: borgmatic/index.html --- +![Build Status](https://build.torsion.org/api/badges/witten/borgmatic/status.svg) + ## Overview From 4010a2ed77e7cd90dff313cb047e63955a517beb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 May 2019 22:56:59 +0200 Subject: [PATCH 2/2] Add note about Drone CI to contributing docs --- docs/how-to/develop-on-borgmatic.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index e8f04dcef..6e6a89357 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -91,6 +91,11 @@ formatter and [Flake8](http://flake8.pycqa.org/en/latest/) code checker, so certain code style requirements will be enforced when running automated tests. See the Black and Flake8 documentation for more information. +## Continuous integration + +Each pull request will trigger a continuous integration build which will run +the test suite. These builds can be seen on +[build.torsion.org](https://build.torsion.org/witten/borgmatic). ## Related documentation