aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-bedrock2.sh
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@kevix.co>2018-06-26 15:17:39 -0400
committerGravatar Andres Erbsen <andres@kevix.co>2018-06-27 20:26:04 -0400
commit2f2a3eb27c1d76b1943d2b08abb1fc3224109fb3 (patch)
tree1b41c5506c788b7e57ae61cf4e954d29dd511c54 /dev/ci/ci-bedrock2.sh
parent5481c85cee42eadf14200e3528e6284d96913569 (diff)
Add mit-plv/bedrock2-ci to CI
Diffstat (limited to 'dev/ci/ci-bedrock2.sh')
-rwxr-xr-xdev/ci/ci-bedrock2.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/ci/ci-bedrock2.sh b/dev/ci/ci-bedrock2.sh
new file mode 100755
index 000000000..447076e09
--- /dev/null
+++ b/dev/ci/ci-bedrock2.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+bedrock2_CI_DIR="${CI_BUILD_DIR}/bedrock2"
+
+git_checkout "${bedrock2_CI_BRANCH}" "${bedrock2_CI_GITURL}" "${bedrock2_CI_DIR}"
+( cd "${bedrock2_CI_DIR}" && git submodule update --init --recursive )
+
+( cd "${bedrock2_CI_DIR}" && make )