aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-10-01 23:38:19 +0200
committerGaëtan Gilbert2018-10-01 23:38:19 +0200
commit05786b23cf0d031c93998c59f6f2f94d6049b027 (patch)
treee23ec5fd1784410c08a8779c81b3abb63faffb10 /dev/ci/ci-basic-overlay.sh
parenta7ba3df749df51ffdddce055bb630346522d88b0 (diff)
parent48fd8ca4b718d4e18b6f0b45d33e4975d9dd27dd (diff)
Merge PR #8531: [ci] Add plugin-tutorial to CI.
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 63d5541f48..8620b01b26 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -226,3 +226,10 @@
: "${quickchick_CI_REF:=master}"
: "${quickchick_CI_GITURL:=https://github.com/QuickChick/QuickChick}"
: "${quickchick_CI_ARCHIVEURL:=${quickchick_CI_GITURL}/archive}"
+
+########################################################################
+# quickchick
+########################################################################
+: "${plugin_tutorial_CI_REF:=master}"
+: "${plugin_tutorial_CI_GITURL:=https://github.com/ybertot/plugin_tutorials}"
+: "${plugin_tutorial_CI_ARCHIVEURL:=${plugin_tutorial_CI_GITURL}/archive}"