aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-13 13:52:42 +0200
committerPierre-Marie Pédrot2020-06-19 16:02:25 +0200
commit1d64f9d3ba9c529f2ff14198c94c9ffb3128afd1 (patch)
tree0c0f5dc9f2e85cef5cf5b3c537da409e79a5b4b5 /dev/ci
parentc00a369a8bd70efad3e1481daa78ab483038c6cb (diff)
Add overlays.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/12505-ppedrot-factor-hint-flags.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12505-ppedrot-factor-hint-flags.sh b/dev/ci/user-overlays/12505-ppedrot-factor-hint-flags.sh
new file mode 100644
index 0000000000..ced0d95945
--- /dev/null
+++ b/dev/ci/user-overlays/12505-ppedrot-factor-hint-flags.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "12505" ] || [ "$CI_BRANCH" = "factor-hint-flags" ]; then
+
+ fiat_parsers_CI_REF="factor-hint-flags"
+ fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat
+
+fi