From 1b4c0a1e52286d4957f6c79c8ff14868a6f3e838 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 6 May 2019 22:10:57 +0200 Subject: Add overlays for coq/coq#10052. --- dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dev/ci/user-overlays/10052-ppedrot-cleanup-logic-convert-hyp.sh (limited to 'dev/ci') 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 -- cgit v1.2.3