Browse Source

Add drone CI note and badge.

Dan Helfman 6 years ago
parent
commit
e933ecf046
2 changed files with 7 additions and 0 deletions
  1. 2 0
      README.md
  2. 5 0
      docs/how-to/develop-on-borgmatic.md

+ 2 - 0
README.md

@@ -2,6 +2,8 @@
 title: borgmatic
 title: borgmatic
 permalink: borgmatic/index.html
 permalink: borgmatic/index.html
 ---
 ---
+![Build Status](https://build.torsion.org/api/badges/witten/borgmatic/status.svg)
+
 ## Overview
 ## Overview
 
 
 <img src="https://projects.torsion.org/witten/borgmatic/raw/branch/master/static/borgmatic.png" width="150px" style="float: right; padding-left: 1em;">
 <img src="https://projects.torsion.org/witten/borgmatic/raw/branch/master/static/borgmatic.png" width="150px" style="float: right; padding-left: 1em;">

+ 5 - 0
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.
 certain code style requirements will be enforced when running automated tests.
 See the Black and Flake8 documentation for more information.
 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
 ## Related documentation