diff options
| author | Pierre-Marie Pédrot | 2019-05-06 22:10:57 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-05-10 12:53:09 +0200 |
| commit | 1b4c0a1e52286d4957f6c79c8ff14868a6f3e838 (patch) | |
| tree | eeb80d63b54acc344df2755b556e14b15aad1bda /dev | |
| parent | 1c4a11ee8b5b48b85911689e1bb93757359cdfca (diff) | |
Add overlays for coq/coq#10052.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh b/dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh new file mode 100644 index 0000000000..9f9cc19e83 --- /dev/null +++ b/dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "10052" ] || [ "$CI_BRANCH" = "cleanup-logic-convert-hyp" ]; then + + relation_algebra_CI_REF=cleanup-logic-convert-hyp + relation_algebra_CI_GITURL=https://github.com/ppedrot/relation-algebra + +fi |
