diff options
| author | Maxime Dénès | 2019-07-22 09:34:15 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2019-07-22 09:34:15 +0200 |
| commit | 8ccafba4844c16ac4668bcb8475f3fb1d69c28ca (patch) | |
| tree | 959f41196339a8516ca6b0dec693d66d8016e991 /dev/ci/ci-basic-overlay.sh | |
| parent | cd6fc50854285f02bf151e94bdfb819988531fd2 (diff) | |
| parent | 7341d286d4a9b440810097352fe257e476a8903c (diff) | |
Merge PR #10522: Fix #9351 in master (Add Flocq, CoqInterval, Gappa tool and Gappa)
Reviewed-by: vbgl
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index fa39b41565..dadb2bb8f1 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -102,6 +102,27 @@ : "${coquelicot_CI_ARCHIVEURL:=${coquelicot_CI_GITURL}/-/archive}" ######################################################################## +# Coq-interval +######################################################################## +: "${interval_CI_REF:=master}" +: "${interval_CI_GITURL:=https://gitlab.inria.fr/coqinterval/interval}" +: "${interval_CI_ARCHIVEURL:=${interval_CI_GITURL}/-/archive}" + +######################################################################## +# Gappa stand alone tool +######################################################################## +: "${gappa_tool_CI_REF:=master}" +: "${gappa_tool_CI_GITURL:=https://gitlab.inria.fr/gappa/gappa}" +: "${gappa_tool_CI_ARCHIVEURL:=${gappa_tool_CI_GITURL}/-/archive}" + +######################################################################## +# Gappa plugin +######################################################################## +: "${gappa_plugin_CI_REF:=master}" +: "${gappa_plugin_CI_GITURL:=https://gitlab.inria.fr/gappa/coq}" +: "${gappa_plugin_CI_ARCHIVEURL:=${gappa_plugin_CI_GITURL}/-/archive}" + +######################################################################## # CompCert ######################################################################## : "${compcert_CI_REF:=master}" |
