aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-vst.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-24 15:47:36 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-24 15:53:17 +0100
commite82881f643d23d945aa0a4e2ce6172878f7c1412 (patch)
tree208f1a2d4b0f9166c4976e12e342067b9ac86b97 /dev/ci/ci-vst.sh
parent9c80dd80feb1cc2ae6d0dc6e08985d4f51d4f329 (diff)
[travis] Backport from trunk: VST
Diffstat (limited to 'dev/ci/ci-vst.sh')
-rwxr-xr-xdev/ci/ci-vst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh
new file mode 100755
index 000000000..c11195185
--- /dev/null
+++ b/dev/ci/ci-vst.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+VST_CI_DIR=${CI_BUILD_DIR}/VST
+
+# opam install -j ${NJOBS} -y menhir
+git_checkout ${VST_CI_BRANCH} ${VST_CI_GITURL} ${VST_CI_DIR}
+
+# Targets are: msl veric floyd
+# Patch to avoid the upper version limit
+( cd ${VST_CI_DIR} && sed -i.bak 's/8.6$/8.6 or-else trunk/' Makefile && make -j ${NJOBS} )