diff options
| author | Jason Gross | 2017-11-04 19:36:32 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-11-04 19:36:32 -0400 |
| commit | e9d6634c7706479f336f01019d4cfb98d15525a3 (patch) | |
| tree | 9acebb6f73f8168dee16c24095298a002ab81c0d /dev/ci/ci-basic-overlay.sh | |
| parent | f281a8a88e8fc7c41cc5680db2443d9da33b47b7 (diff) | |
[ci] Add Ltac2
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 5c37b3133e..d66e2e7c4b 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -53,6 +53,12 @@ : ${HoTT_CI_GITURL:=https://github.com/HoTT/HoTT.git} ######################################################################## +# Ltac2 +######################################################################## +: ${ltac2_CI_BRANCH:=master} +: ${ltac2_CI_GITURL:=https://github.com/ppedrot/ltac2.git} + +######################################################################## # GeoCoq ######################################################################## : ${GeoCoq_CI_BRANCH:=master} |
