diff options
| author | Enrico Tassi | 2019-09-07 20:52:31 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-09-07 20:52:31 +0200 |
| commit | 760a87dfdf3f3f8d6f6d095aaae47902088d9283 (patch) | |
| tree | 51160496959543127e98fff3f14ce371ac1f9215 | |
| parent | 72f7f8730efa0b51204773852c10a7cbe75a0299 (diff) | |
overlay for elpi
| -rw-r--r-- | dev/ci/user-overlays/10416-gares-elpi-14.sh | 6 | ||||
| -rw-r--r-- | dev/ci/user-overlays/10738-gares-elpi1.7.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev/ci/user-overlays/10416-gares-elpi-14.sh b/dev/ci/user-overlays/10416-gares-elpi-14.sh deleted file mode 100644 index 52d1005a7d..0000000000 --- a/dev/ci/user-overlays/10416-gares-elpi-14.sh +++ /dev/null @@ -1,6 +0,0 @@ -if [ "$CI_PULL_REQUEST" = "10416" ] || [ "$CI_BRANCH" = "elpi-14" ]; then - - elpi_CI_REF="coq-master-elpi-14" - elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi - -fi diff --git a/dev/ci/user-overlays/10738-gares-elpi1.7.sh b/dev/ci/user-overlays/10738-gares-elpi1.7.sh new file mode 100644 index 0000000000..8922badf90 --- /dev/null +++ b/dev/ci/user-overlays/10738-gares-elpi1.7.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "10738" ] || [ "$CI_BRANCH" = "elpi1.7" ]; then + + elpi_CI_REF="coq-master+elpi1.7" + elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi + +fi |
