aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-04-21 03:50:09 +0200
committerEmilio Jesus Gallego Arias2018-04-21 03:50:09 +0200
commit963db0c7807df793b7edad6c21efd418344a3192 (patch)
tree07f28fa619d21cd5e1d4a640666db0bdf9836782 /dev
parent239e28f71192d7537bc6ea283c806ba28fa1c016 (diff)
parent80b2a82d25fc9117270b9a052e4071d87eb6755f (diff)
Merge PR #7319: CI: add fcsl-pcm
Diffstat (limited to 'dev')
-rwxr-xr-x[-rw-r--r--]dev/ci/ci-basic-overlay.sh6
-rwxr-xr-xdev/ci/ci-fcsl-pcm.sh12
2 files changed, 18 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 2adc7d8dcc..5566a51175 100644..100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -150,3 +150,9 @@
########################################################################
: "${Elpi_CI_BRANCH:=coq-master}"
: "${Elpi_CI_GITURL:=https://github.com/LPCIC/coq-elpi.git}"
+
+########################################################################
+# fcsl-pcm
+########################################################################
+: "${fcsl_pcm_CI_BRANCH:=master}"
+: "${fcsl_pcm_CI_GITURL:=https://github.com/imdea-software/fcsl-pcm.git}"
diff --git a/dev/ci/ci-fcsl-pcm.sh b/dev/ci/ci-fcsl-pcm.sh
new file mode 100755
index 0000000000..fdc4c729b6
--- /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 )