aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-07-22 14:58:43 +0200
committerGaëtan Gilbert2020-07-22 14:58:43 +0200
commit1ea5dec77580e479885ffbea0278174fdec629fb (patch)
treeb30d6c51dbce194545cd1e2360bcd4fab05bcfa1 /dev/ci/ci-basic-overlay.sh
parent3962027eece19261efe88dda6c5a655f99ae93d0 (diff)
parentca5aaa579d9fe87e999f543db0dcb66d2b78032c (diff)
Merge PR #12715: Add Coqtail to CI
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 4973cbb478..2725e6b56c 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -380,3 +380,10 @@
: "${sf_CI_REF:=master}"
: "${sf_CI_GITURL:=https://github.com/DeepSpec/sf}"
: "${sf_CI_ARCHIVEURL:=${sf_CI_GITURL}/archive}"
+
+########################################################################
+# Coqtail
+########################################################################
+: "${coqtail_CI_REF:=master}"
+: "${coqtail_CI_GITURL:=https://github.com/whonore/Coqtail}"
+: "${coqtail_CI_ARCHIVEURL:=${coqtail_CI_GITURL}/archive}"