aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/README-developers.md2
-rw-r--r--dev/ci/user-overlays/10177-SkySkimmer-generalize.sh6
2 files changed, 7 insertions, 1 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md
index 98ea594366..408d36df7f 100644
--- a/dev/ci/README-developers.md
+++ b/dev/ci/README-developers.md
@@ -31,7 +31,7 @@ PR by running GitLab CI on your private branches. To do so follow these steps:
6. You are encouraged to go to the CI / CD general settings and increase the
timeout from 1h to 2h for better reliability.
-Now everytime you push (including force-push unless you changed the default
+Now every time you push (including force-push unless you changed the default
GitLab setting) to your fork on GitHub, it will be synchronized on GitLab and
CI will be run. You will receive an e-mail with a report of the failures if
there are some.
diff --git a/dev/ci/user-overlays/10177-SkySkimmer-generalize.sh b/dev/ci/user-overlays/10177-SkySkimmer-generalize.sh
new file mode 100644
index 0000000000..a89f6aca1b
--- /dev/null
+++ b/dev/ci/user-overlays/10177-SkySkimmer-generalize.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "10177" ] || [ "$CI_BRANCH" = "generalize" ]; then
+
+ quickchick_CI_REF=generalize
+ quickchick_CI_GITURL=https://github.com/SkySkimmer/QuickChick
+
+fi