aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-08-31 13:26:28 +0200
committerGaëtan Gilbert2018-08-31 13:26:28 +0200
commite8b1f95a5bf8091b25f82266d0ff084d722ed6c5 (patch)
tree8719ebb2c70bcc1ef5f4e4af78c92cfe4ef78aae /dev/ci/ci-basic-overlay.sh
parentbf1446294dba45d3ea9b7bb39d2fc96617848c03 (diff)
parent440a00f20b9768e769dabe399bef16074f30f7cd (diff)
Merge PR #8368: [ci] Fix QuickChick by adding new simple-io dependency.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/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 28321d13e2..a77eb15e92 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -184,6 +184,12 @@
: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib}"
########################################################################
+# simple-io
+########################################################################
+: "${simple_io_CI_BRANCH:=master}"
+: "${simple_io_CI_GITURL:=https://github.com/Lysxia/coq-simple-io}"
+
+########################################################################
# quickchick
########################################################################
: "${quickchick_CI_BRANCH:=master}"