aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/README-developers.md
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-12-12 14:10:52 +0100
committerGaëtan Gilbert2018-12-17 16:42:36 +0100
commitbb1c89a486d47dbf497756b8374337a6857a96de (patch)
tree82e30800cd9c23a903b5cd6d528d1b8243e4a98f /dev/ci/README-developers.md
parent9349e0367d2d50b11ccd31c8f6d1979ebd52e555 (diff)
Set up CI with Azure Pipelines
Diffstat (limited to 'dev/ci/README-developers.md')
-rw-r--r--dev/ci/README-developers.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md
index 6ca3aa2981..fa8962a06f 100644
--- a/dev/ci/README-developers.md
+++ b/dev/ci/README-developers.md
@@ -20,6 +20,9 @@ We are currently running tests on the following platforms:
- AppVeyor is used to test the compilation of Coq and run the test-suite on
Windows.
+- Azure Pipelines is used to test the compilation of Coq and run the
+ test-suite on Windows. It is expected to replace appveyor eventually.
+
You can anticipate the results of most of these tests prior to submitting your
PR by running GitLab CI on your private branches. To do so follow these steps: