diff options
| author | Théo Zimmermann | 2018-10-08 15:04:25 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-08 15:04:25 +0200 |
| commit | 9a1cbeb18e10e7eb40363e648e15f4f9aae1f9b8 (patch) | |
| tree | d5989a42d847c181b7a3ba4c7a65709973576f59 /dev/ci/README.md | |
| parent | 9c25908a3a766e07ed8f6f396c9197b0f924e0f8 (diff) | |
| parent | 6c67fa52300546bb1e87bdb72e5373ab163c23ec (diff) | |
Merge PR #8660: Issue 8659 not always build all addons
Diffstat (limited to 'dev/ci/README.md')
| -rw-r--r-- | dev/ci/README.md | 5 |
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. |
