diff options
| author | Emilio Jesus Gallego Arias | 2018-11-10 02:41:05 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-10 03:29:36 +0100 |
| commit | 1f76b5dd689b963eed6fe8e4009c21d86fc09db0 (patch) | |
| tree | b2f2ddc71efd87e2e97cc93992da03415674d800 /dev | |
| parent | ce8e37b97ce9db6f39368c50fb0ee4a7839ce754 (diff) | |
[ci] Add paramcoq to CI.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 7 | ||||
| -rwxr-xr-x | dev/ci/ci-paramcoq.sh | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 50d4d21637..be23d07f1c 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -255,3 +255,10 @@ : "${aactactics_CI_REF:=master}" : "${aactactics_CI_GITURL:=https://github.com/coq-community/aac-tactics}" : "${aactactics_CI_ARCHIVEURL:=${aactactics_CI_GITURL}/archive}" + +######################################################################## +# paramcoq +######################################################################## +: "${paramcoq_CI_REF:=master}" +: "${paramcoq_CI_GITURL:=https://github.com/coq-community/paramcoq}" +: "${paramcoq_CI_ARCHIVEURL:=${paramcoq_CI_GITURL}/archive}" diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh new file mode 100755 index 0000000000..c641af2abb --- /dev/null +++ b/dev/ci/ci-paramcoq.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download paramcoq + +( cd "${CI_BUILD_DIR}/paramcoq" && make && make install ) |
