diff options
| author | Gaëtan Gilbert | 2020-03-13 13:48:27 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-03-13 13:48:27 +0100 |
| commit | 576494e2bfd925af9180f696201788534a06fd31 (patch) | |
| tree | a5cfb538f1d3390af6d25ed9946f424bdd9aeccd /dev/ci/ci-elpi.sh | |
| parent | 356ce6ddfde3bbf355be5ec4158dfa07704dd4c1 (diff) | |
| parent | c259b25089a159c5c86a940c7dc27a1abfd90498 (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-x | dev/ci/ci-elpi.sh | 4 |
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 ) |
