aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-13 11:24:12 +0100
committerMaxime Dénès2017-11-13 11:24:12 +0100
commit986c878290564668202c9c6bb6ea393ac7ce2233 (patch)
tree86a7728c29d76b576f86bf919cf3d0f72067e0c7 /dev/ci/ci-basic-overlay.sh
parentb75f803afb3189a9f3b594a190fdb8d6207e7624 (diff)
parente9d6634c7706479f336f01019d4cfb98d15525a3 (diff)
Merge PR #6071: [ci] Add Ltac2
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rw-r--r--dev/ci/ci-basic-overlay.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 59a71b6086..cb1493d6aa 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}