aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-math-comp.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-07 19:37:15 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-15 21:20:34 +0100
commit30a2def37ecdeeed24325089a0b0ca264100389c (patch)
treeefca02de7cc2d061c7d648550d2d733ede3e3ed7 /dev/ci/ci-math-comp.sh
parent3cdcad29ee9d28b0cb39740004da90a0fe291543 (diff)
[travis] [External CI] Factor out math-comp installs.
We make math-comp overlays easier, we also start structuring the scripts a bit more.
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
-rwxr-xr-xdev/ci/ci-math-comp.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh
index b83379241..2eb150cb5 100755
--- a/dev/ci/ci-math-comp.sh
+++ b/dev/ci/ci-math-comp.sh
@@ -4,10 +4,10 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-git clone --depth 3 https://github.com/math-comp/math-comp.git
+checkout_mathcomp math-comp
# odd_order takes too much time for travis.
-( cd math-comp/mathcomp && \
- sed -i.bak '/PFsection/d' Make && \
- sed -i.bak '/stripped_odd_order_theorem/d' Make && \
- make Makefile.coq && make -f Makefile.coq -j ${NJOBS} all )
+( cd math-comp/mathcomp && \
+ sed -i.bak '/PFsection/d' Make && \
+ sed -i.bak '/stripped_odd_order_theorem/d' Make && \
+ make Makefile.coq && make -f Makefile.coq -j ${NJOBS} all )