diff options
| author | Hugo Herbelin | 2019-11-12 16:26:10 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-19 21:09:07 +0100 |
| commit | a8307ceecc4347593e67cff2044a250b75060f5a (patch) | |
| tree | 7068dc74578a9928c2805749d1f3244b1aef9605 /dev | |
| parent | a91c22fcfd5df6153cc9f1b1b4e3d9840055bf0d (diff) | |
Overlays for Equations, QuickChick and Iris.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10832-herbelin-master+fix6082-7766-overriding-notation-format.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10832-herbelin-master+fix6082-7766-overriding-notation-format.sh b/dev/ci/user-overlays/10832-herbelin-master+fix6082-7766-overriding-notation-format.sh new file mode 100644 index 0000000000..c17fe4fcba --- /dev/null +++ b/dev/ci/user-overlays/10832-herbelin-master+fix6082-7766-overriding-notation-format.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "10832" ] || [ "$CI_BRANCH" = "master+fix6082-7766-overriding-notation-format" ]; then + + equations_CI_REF=master+fix-interpretation-notation-format-pr10832 + equations_CI_GITURL=https://github.com/herbelin/Coq-Equations + + quickchick_CI_REF=master+fix-interpretation-notation-format-pr10832 + quickchick_CI_GITURL=https://github.com/herbelin/QuickChick + +fi |
