From 85ea0bbde2de9ada3d0a0e5a50a7e4cf9d5a2a72 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Sun, 31 Mar 2019 09:27:12 -0400 Subject: CI: add mit-pdos/argosy --- dev/ci/ci-argosy.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dev/ci/ci-argosy.sh (limited to 'dev/ci/ci-argosy.sh') 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 ) -- cgit v1.2.3