diff options
| author | Hugo Herbelin | 2020-09-16 06:37:26 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-09-22 18:22:12 +0200 |
| commit | fb144f860a0034103ad0470b8982639277baac1b (patch) | |
| tree | 21136f63437eb8c00b4853e5e93ad0a215f10d50 /dev | |
| parent | 58cb7d8d5df17cd088838f735c7af93db7ba32b4 (diff) | |
Add overlay for Equations.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh b/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh new file mode 100644 index 0000000000..3407c2db39 --- /dev/null +++ b/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "13028" ] || [ "$CI_BRANCH" = "master+fix-quotations-printing" ]; then + + equations_CI_REF=master+adapt-coq-pr13028-quotation-qualifier-printing + equations_CI_GITURL=https://github.com/herbelin/Coq-Equations + +fi |
