summaryrefslogtreecommitdiff
path: root/dev/ci/ci-fcsl-pcm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-fcsl-pcm.sh')
-rwxr-xr-xdev/ci/ci-fcsl-pcm.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-fcsl-pcm.sh b/dev/ci/ci-fcsl-pcm.sh
new file mode 100755
index 00000000..cb951630
--- /dev/null
+++ b/dev/ci/ci-fcsl-pcm.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+install_ssreflect
+
+git_download fcsl_pcm
+
+( cd "${CI_BUILD_DIR}/fcsl_pcm" && make )