diff options
| author | Maxime Dénès | 2018-02-21 19:05:57 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-21 19:05:57 +0100 |
| commit | cec85230d0a6c8c546d3297d6108917f7a3157e7 (patch) | |
| tree | 303cb5781d75cda6994b6eefa826093ca567228e /dev/ci/ci-basic-overlay.sh | |
| parent | 4b0fe4e09d547f0e6ee98da3fd6f7a134e51f3fd (diff) | |
| parent | 1dcf5516ab772a6d5325d42c2ceaf727fe88bb86 (diff) | |
Merge PR #6767: [ci] add elpi
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 784da6f971..48e01e9e93 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -144,3 +144,9 @@ ######################################################################## : "${Equations_CI_BRANCH:=8.8+alpha}" : "${Equations_CI_GITURL:=https://github.com/mattam82/Coq-Equations.git}" + +######################################################################## +# Elpi +######################################################################## +: "${Elpi_CI_BRANCH:=coq-master}" +: "${Elpi_CI_GITURL:=https://github.com/LPCIC/coq-elpi.git}" |
