aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-fcsl-pcm.sh
diff options
context:
space:
mode:
authorGravatar Anton Trunov <anton.a.trunov@gmail.com>2018-04-20 18:28:34 +0200
committerGravatar Anton Trunov <anton.a.trunov@gmail.com>2018-04-20 19:09:34 +0200
commit80b2a82d25fc9117270b9a052e4071d87eb6755f (patch)
tree07f28fa619d21cd5e1d4a640666db0bdf9836782 /dev/ci/ci-fcsl-pcm.sh
parent239e28f71192d7537bc6ea283c806ba28fa1c016 (diff)
CI: add fcsl-pcm
Diffstat (limited to 'dev/ci/ci-fcsl-pcm.sh')
-rwxr-xr-xdev/ci/ci-fcsl-pcm.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/ci-fcsl-pcm.sh b/dev/ci/ci-fcsl-pcm.sh
new file mode 100755
index 000000000..fdc4c729b
--- /dev/null
+++ b/dev/ci/ci-fcsl-pcm.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+fcsl_pcm_CI_DIR="${CI_BUILD_DIR}/fcsl-pcm"
+
+install_ssreflect
+
+git_checkout "${fcsl_pcm_CI_BRANCH}" "${fcsl_pcm_CI_GITURL}" "${fcsl_pcm_CI_DIR}"
+
+( cd "${fcsl_pcm_CI_DIR}" && make )