summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2019-10-02 01:47:29 +0300
committerMatt Holt <mholt@users.noreply.github.com>2019-10-01 16:47:29 -0600
commit1ecb216001f77127084fc9bf5c075acebfec58a9 (patch)
tree441d2034db2fb500a63e10891b8e3eef135adfbd /README.md
parent94f98c0733c63fe2044d41bf5bc85465ab23e283 (diff)
v2: introduce CI (#2768)
* v2: introduce CI for v2 branch * v2-ci: split test report generation from test pass to preserve exit code * v2-ci: spilt lint results from unit test results * v2-ci: fix testRunTitle name * v2-ci: break up the steps for more accurate status indicators * v2-ci: break steps into different jobs * v2-ci: revert back to single-job pattern * v2-ci: reflect the true result by coercing SucceededWithIssues into Failed in the last step * v2-ci: don't fail the build on lint errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3791130..cb174df 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Caddy 2 Development Branch
===========================
+[![Build Status](https://dev.azure.com/mholt-dev/Caddy/_apis/build/status/Multiplatform%20Tests?branchName=v2)](https://dev.azure.com/mholt-dev/Caddy/_build/latest?definitionId=5&branchName=v2)
+
This is the development branch for Caddy 2. This code (version 2) is not yet feature-complete or production-ready, but is already being used in production, and we encourage you to deploy it today on sites that are not very visible or important so that it can obtain crucial experience in the field.
Please file issues to propose new features and report bugs, and after the bug or feature has been discussed, submit a pull request! We need your help to build this web server into what you want it to be. (Caddy 2 issues and pull requests will usually receive priority over Caddy 1 issues and pull requests.)