diff options
| author | Hugo Herbelin | 2018-11-12 23:37:47 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2019-05-13 18:23:58 +0200 |
| commit | ce083774403b70d58c71c5a6ba104c337613add4 (patch) | |
| tree | 6197ecc1bf0447e3a5a358850b48963ce49a8422 /dev/ci | |
| parent | 6608f64f001f8f1a50b2dc41fefdf63c0b84b270 (diff) | |
Adding overlay for Equations.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/08893-herbelin-master+moving-evars-of-term-on-econstr.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/08893-herbelin-master+moving-evars-of-term-on-econstr.sh b/dev/ci/user-overlays/08893-herbelin-master+moving-evars-of-term-on-econstr.sh new file mode 100644 index 0000000000..dc39ea5ef0 --- /dev/null +++ b/dev/ci/user-overlays/08893-herbelin-master+moving-evars-of-term-on-econstr.sh @@ -0,0 +1,7 @@ +if [ "$CI_PULL_REQUEST" = "8893" ] || [ "$CI_BRANCH" = "master+moving-evars-of-term-on-econstr" ]; then + + equations_CI_BRANCH=master+fix-evars_of_term-pr8893 + equations_CI_REF=master+fix-evars_of_term-pr8893 + equations_CI_GITURL=https://github.com/herbelin/Coq-Equations + +fi |
