diff options
| author | Hugo Herbelin | 2020-08-22 00:43:28 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-11-16 11:45:32 +0100 |
| commit | 6f31beeaaaf99306d206964e1bd3e966b0475023 (patch) | |
| tree | a5cb6e5c4cdb47387a01800a925665d2e3ec1ff1 /dev | |
| parent | a8b25255a5e918ed0d8dfcc8529dcd2ec27f721b (diff) | |
Overlay for Coq-Equations.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/12873-master+minifix-unification-error-reporting-recheck-applications.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12873-master+minifix-unification-error-reporting-recheck-applications.sh b/dev/ci/user-overlays/12873-master+minifix-unification-error-reporting-recheck-applications.sh new file mode 100644 index 0000000000..7680e8da78 --- /dev/null +++ b/dev/ci/user-overlays/12873-master+minifix-unification-error-reporting-recheck-applications.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "12873" ] || [ "$CI_BRANCH" = "master+minifix-unification-error-reporting-recheck-applications" ]; then + + equations_CI_REF=master+fix12873-better-unification + equations_CI_GITURL=https://github.com/herbelin/Coq-Equations + +fi |
