aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2018-05-15 15:13:49 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2018-05-15 15:13:49 +0200
commit927b3826e645d428ebe3d8c6599c1f9e2bf79d46 (patch)
treeaa664725086b1e9672ecba6620d940ef34619dcc /dev
parentcfed57b021b89018d1bb30c6aa0957299fe35d8d (diff)
parent357c94b3e42d4422e311799771f9e28249fc3608 (diff)
Merge PR #7213: Do not compute constr matching context if not used.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/07213-ppedrot-fast-constr-match-no-context.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07213-ppedrot-fast-constr-match-no-context.sh b/dev/ci/user-overlays/07213-ppedrot-fast-constr-match-no-context.sh
new file mode 100644
index 000000000..517088a24
--- /dev/null
+++ b/dev/ci/user-overlays/07213-ppedrot-fast-constr-match-no-context.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "7213" ] || [ "$CI_BRANCH" = "fast-constr-match-no-context" ]; then
+
+ ltac2_CI_BRANCH=fast-constr-match-no-context
+ ltac2_CI_GITURL=https://github.com/ppedrot/ltac2
+
+fi