浏览代码

Add note about Drone CI to contributing docs

Luke Murphy 6 年之前
父节点
当前提交
4010a2ed77
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/how-to/develop-on-borgmatic.md

+ 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.
 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