diff options
| author | Enrico Tassi | 2020-12-14 12:00:41 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-12-15 10:32:40 +0100 |
| commit | 806ac6fc89975ec08d315c29ec1ea300492f05da (patch) | |
| tree | 1ab05248e97fb1ddff7042e8663a52aecc41494a /dev/ci/ci-elpi.sh | |
| parent | d0667eb4a165c065b0d64069641ca0cd39d62219 (diff) | |
[ci] uniform name of projects w.r.t. opam packages
This makes it easier to track projects across Coq's CI and the platform
Diffstat (limited to 'dev/ci/ci-elpi.sh')
| -rwxr-xr-x | dev/ci/ci-elpi.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-elpi.sh b/dev/ci/ci-elpi.sh index 4f185db813..d8caf8ee87 100755 --- a/dev/ci/ci-elpi.sh +++ b/dev/ci/ci-elpi.sh @@ -7,6 +7,6 @@ git_download elpi ( cd "${CI_BUILD_DIR}/elpi" && make && make install ) -git_download elpi_hb +git_download hierarchy_builder -( cd "${CI_BUILD_DIR}/elpi_hb" && make && make install ) +( cd "${CI_BUILD_DIR}/hierarchy_builder" && make && make install ) |
