From 3781d8b24d2076f81ec7470bfcde9ab218331400 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 11 Mar 2020 14:38:29 +0100 Subject: [CI] test hierarchy builder as part of elpi --- dev/ci/ci-basic-overlay.sh | 5 ++++- dev/ci/ci-elpi.sh | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 60c266699c..e308ca4866 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -214,11 +214,14 @@ : "${equations_CI_ARCHIVEURL:=${equations_CI_GITURL}/archive}" ######################################################################## -# Elpi +# Elpi + Hierarchy Builder ######################################################################## : "${elpi_CI_REF:=coq-master}" : "${elpi_CI_GITURL:=https://github.com/LPCIC/coq-elpi}" : "${elpi_CI_ARCHIVEURL:=${elpi_CI_GITURL}/archive}" +: "${elpi_hb_CI_REF:=coq-master}" +: "${elpi_hb_CI_GITURL:=https://github.com/math-comp/hierarchy-builder}" +: "${elpi_hb_CI_ARCHIVEURL:=${elpi_hb_CI_GITURL}/archive}" ######################################################################## # fcsl-pcm 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 ) -- cgit v1.2.3 From c259b25089a159c5c86a940c7dc27a1abfd90498 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 11 Mar 2020 16:07:39 +0100 Subject: Update dev/ci/ci-basic-overlay.sh Co-Authored-By: Gaƫtan Gilbert --- dev/ci/ci-basic-overlay.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'dev') diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index e308ca4866..bd7ee46358 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -219,6 +219,7 @@ : "${elpi_CI_REF:=coq-master}" : "${elpi_CI_GITURL:=https://github.com/LPCIC/coq-elpi}" : "${elpi_CI_ARCHIVEURL:=${elpi_CI_GITURL}/archive}" + : "${elpi_hb_CI_REF:=coq-master}" : "${elpi_hb_CI_GITURL:=https://github.com/math-comp/hierarchy-builder}" : "${elpi_hb_CI_ARCHIVEURL:=${elpi_hb_CI_GITURL}/archive}" -- cgit v1.2.3