aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-elpi.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-13 13:48:27 +0100
committerGaëtan Gilbert2020-03-13 13:48:27 +0100
commit576494e2bfd925af9180f696201788534a06fd31 (patch)
treea5cfb538f1d3390af6d25ed9946f424bdd9aeccd /dev/ci/ci-elpi.sh
parent356ce6ddfde3bbf355be5ec4158dfa07704dd4c1 (diff)
parentc259b25089a159c5c86a940c7dc27a1abfd90498 (diff)
Merge PR #11804: [CI] test hierarchy builder as part of elpi
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/ci-elpi.sh')
-rwxr-xr-xdev/ci/ci-elpi.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/ci-elpi.sh b/dev/ci/ci-elpi.sh
index d60bf34ba2..4f185db813 100755
--- a/dev/ci/ci-elpi.sh
+++ b/dev/ci/ci-elpi.sh
@@ -6,3 +6,7 @@ ci_dir="$(dirname "$0")"
git_download elpi
( cd "${CI_BUILD_DIR}/elpi" && make && make install )
+
+git_download elpi_hb
+
+( cd "${CI_BUILD_DIR}/elpi_hb" && make && make install )