diff options
| author | Emilio Jesus Gallego Arias | 2019-04-01 00:42:25 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-01 00:42:25 +0200 |
| commit | 4c3f4d105a32cc7661ae714fe4e25619e32bc84c (patch) | |
| tree | 54955537d02a58ac77abaaafb406e877abe1b087 /dev | |
| parent | 2b3cbf0427332871d833933929945e60860dce9e (diff) | |
| parent | 85ea0bbde2de9ada3d0a0e5a50a7e4cf9d5a2a72 (diff) | |
Merge PR #9871: CI: add mit-pdos/argosy
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-argosy.sh | 9 | ||||
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev/ci/ci-argosy.sh b/dev/ci/ci-argosy.sh new file mode 100755 index 0000000000..6137526bf4 --- /dev/null +++ b/dev/ci/ci-argosy.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +FORCE_GIT=1 +git_download argosy + +( cd "${CI_BUILD_DIR}/argosy" && git submodule update --init --recursive && make ) diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 62335ea5d0..33a86d7027 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -296,3 +296,10 @@ : "${stdlib2_CI_REF:=master}" : "${stdlib2_CI_GITURL:=https://github.com/coq/stdlib2}" : "${stdlib2_CI_ARCHIVEURL:=${stdlib2_CI_GITURL}/archive}" + +######################################################################## +# argosy +######################################################################## +: "${argosy_CI_REF:=master}" +: "${argosy_CI_GITURL:=https://github.com/mit-pdos/argosy}" +: "${argosy_CI_ARCHIVEURL:=${argosy_CI_GITURL}/archive}" |
