aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-06-03 13:32:32 +0200
committerEmilio Jesus Gallego Arias2018-06-03 13:32:32 +0200
commitc2279eea0b8666282e640637a74947ba554627d6 (patch)
treec5369f44fd75f5997ef7314b2aa5fa7b04689b00 /dev/ci/ci-basic-overlay.sh
parent5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (diff)
parent3334a54c1e6e75a7d1080498e1ce58bd0ecb73bd (diff)
Merge PR #7656: CI for QuickChick and ext-lib
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 5c882ee856..87d837b387 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -170,3 +170,15 @@
########################################################################
: "${pidetop_CI_BRANCH:=v8.9}"
: "${pidetop_CI_GITURL:=https://bitbucket.org/coqpide/pidetop.git}"
+
+########################################################################
+# ext-lib
+########################################################################
+: "${ext_lib_CI_BRANCH:=master}"
+: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib.git}"
+
+########################################################################
+# quickchick
+########################################################################
+: "${quickchick_CI_BRANCH:=master}"
+: "${quickchick_CI_GITURL:=https://github.com/QuickChick/QuickChick.git}"