aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/README.md
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-08 15:04:25 +0200
committerThéo Zimmermann2018-10-08 15:04:25 +0200
commit9a1cbeb18e10e7eb40363e648e15f4f9aae1f9b8 (patch)
treed5989a42d847c181b7a3ba4c7a65709973576f59 /dev/ci/README.md
parent9c25908a3a766e07ed8f6f396c9197b0f924e0f8 (diff)
parent6c67fa52300546bb1e87bdb72e5373ab163c23ec (diff)
Merge PR #8660: Issue 8659 not always build all addons
Diffstat (limited to 'dev/ci/README.md')
-rw-r--r--dev/ci/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md
index 7870cbb51d..7853866f62 100644
--- a/dev/ci/README.md
+++ b/dev/ci/README.md
@@ -175,6 +175,11 @@ If your repository has access to runners tagged `windows`, setting the
secret variable `WINDOWS` to `enabled` will add jobs building Windows
versions of Coq (32bit and 64bit).
+If the secret variable `WINDOWS` is set to `enabled_all_addons`,
+an extended set of addons will be added to the Windows installer.
+This leads to a considerable runtime in CI so this is not enabled
+by default for pipelines for pull requests.
+
The Windows jobs are enabled on Coq's repository, where pipelines for
pull requests run.