aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-unimath.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-02-16 09:36:47 +0100
committerMaxime Dénès2017-02-16 09:36:47 +0100
commitec49fbd7fee9c6ff27f56498a6309d9651b4ef82 (patch)
tree5f3376bba323271eb139ca4b9f74c6b53293f145 /dev/ci/ci-unimath.sh
parent0df095ec0715f548180bbff70a6feb673c6726a6 (diff)
parent575bbed527977aee520a3954a196f5b59ae947c5 (diff)
Merge PR#431
[travis] Add math-comp overlays, update CompCert to official version, add UniMath
Diffstat (limited to 'dev/ci/ci-unimath.sh')
-rwxr-xr-xdev/ci/ci-unimath.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ci/ci-unimath.sh b/dev/ci/ci-unimath.sh
new file mode 100755
index 0000000000..15e619acbb
--- /dev/null
+++ b/dev/ci/ci-unimath.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+UniMath_CI_BRANCH=master
+UniMath_CI_GITURL=https://github.com/UniMath/UniMath.git
+
+git_checkout ${UniMath_CI_BRANCH} ${UniMath_CI_GITURL} UniMath
+
+( cd UniMath && \
+ sed -i.bak '/Folds/d' Makefile && \
+ sed -i.bak '/HomologicalAlgebra/d' Makefile && \
+ make -j ${NJOBS} BUILD_COQ=no )
+