diff options
| author | Maxime Dénès | 2017-11-21 13:07:11 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-21 13:07:11 +0100 |
| commit | 33c5603dfe76cbd96944fd38d5fa6699c32a9355 (patch) | |
| tree | c80d4da99d5c357218cafd7498b50adf648153d5 /dev/ci/ci-basic-overlay.sh | |
| parent | d0c42fea9edfef645a822e9f12d475c205f93932 (diff) | |
| parent | 9826bbd4eb1ded394d38a94abff25baa71823221 (diff) | |
Merge PR #6168: Add Equations to CI
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rw-r--r-- | dev/ci/ci-basic-overlay.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index cb1493d6aa..168a34e6e4 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -135,3 +135,9 @@ ######################################################################## : ${bignums_CI_BRANCH:=master} : ${bignums_CI_GITURL:=https://github.com/coq/bignums.git} + +######################################################################## +# Equations +######################################################################## +: ${Equations_CI_BRANCH:=8.8+alpha} +: ${Equations_CI_GITURL:=https://github.com/mattam82/Coq-Equations.git} |
