aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-argosy.sh
diff options
context:
space:
mode:
authorTej Chajed2019-03-31 09:27:12 -0400
committerTej Chajed2019-03-31 12:15:07 -0400
commit85ea0bbde2de9ada3d0a0e5a50a7e4cf9d5a2a72 (patch)
treeb4f7f07f43dafaaf6a049ba665996e4df2a88955 /dev/ci/ci-argosy.sh
parent44e5afe99d8b40c3ed0d546f56a446427c7c4da4 (diff)
CI: add mit-pdos/argosy
Diffstat (limited to 'dev/ci/ci-argosy.sh')
-rwxr-xr-xdev/ci/ci-argosy.sh9
1 files changed, 9 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 )