aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/README-developers.md
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-04 19:41:45 +0100
committerEmilio Jesus Gallego Arias2019-02-04 19:41:45 +0100
commitf177aa562ee76c1607350306363aaf844e48d07e (patch)
treea3bce46ce35757aed1a56e4c9e3b818bbba78a0a /dev/ci/README-developers.md
parentc70412ec8b0bb34b7a5607c07d34607a147d834c (diff)
parent5cf7224c1cd7507eabe415951faad687e0a8f119 (diff)
Merge PR #9468: Remove AppVeyor: superseded by Azure.
Reviewed-by: SkySkimmer Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/README-developers.md')
-rw-r--r--dev/ci/README-developers.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md
index 10b4f9b044..98ea594366 100644
--- a/dev/ci/README-developers.md
+++ b/dev/ci/README-developers.md
@@ -16,12 +16,9 @@ We are currently running tests on the following platforms:
`./configure`. It should allow complying with this discipline
without pain.
-- 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 and on macOS. It is expected to replace
- appveyor eventually.
+ test-suite on Windows and on macOS. It is expected to be used to build
+ macOS and Windows packages 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: