aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-01 00:42:25 +0200
committerEmilio Jesus Gallego Arias2019-04-01 00:42:25 +0200
commit4c3f4d105a32cc7661ae714fe4e25619e32bc84c (patch)
tree54955537d02a58ac77abaaafb406e877abe1b087 /dev/ci/ci-basic-overlay.sh
parent2b3cbf0427332871d833933929945e60860dce9e (diff)
parent85ea0bbde2de9ada3d0a0e5a50a7e4cf9d5a2a72 (diff)
Merge PR #9871: CI: add mit-pdos/argosy
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh7
1 files changed, 7 insertions, 0 deletions
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}"