aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-math-classes.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-math-classes.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-math-classes.sh')
-rwxr-xr-xdev/ci/ci-math-classes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh
index 9127c18951..4450dc0710 100755
--- a/dev/ci/ci-math-classes.sh
+++ b/dev/ci/ci-math-classes.sh
@@ -4,9 +4,9 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-git clone --depth 1 -b v8.6 https://github.com/math-classes/math-classes.git
+git_checkout v8.6 https://github.com/math-classes/math-classes.git math-classes
( cd math-classes && make -j ${NJOBS} && make install )
-git clone --depth 1 -b v8.6 https://github.com/c-corn/corn.git
+git_checkout v8.6 https://github.com/c-corn/corn.git corn
( cd corn && make -j ${NJOBS} )