diff options
| author | Pierre-Marie Pédrot | 2020-09-23 17:53:23 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-10-21 12:33:36 +0200 |
| commit | 375fc707b402b855770ec32c57ad1362f2a89e5c (patch) | |
| tree | dc05c354b3f0b3e414f41c1c8c18497ce0d6d7ba /dev | |
| parent | 9a3d4e284a03942e8a2b1f9d87a0b349702eaaa9 (diff) | |
Add overlays.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh b/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh new file mode 100644 index 0000000000..8b223719ea --- /dev/null +++ b/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "13075" ] || [ "$CI_BRANCH" = "explicit-names-quotient" ]; then + + elpi_CI_REF=explicit-names-quotient + elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi + + coq_dpdgraph_CI_REF=explicit-names-quotient + coq_dpdgraph_CI_GITURL=https://github.com/ppedrot/coq-dpdgraph + +fi |
