diff options
| author | Maxime Dénès | 2017-02-16 09:36:47 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-02-16 09:36:47 +0100 |
| commit | ec49fbd7fee9c6ff27f56498a6309d9651b4ef82 (patch) | |
| tree | 5f3376bba323271eb139ca4b9f74c6b53293f145 /dev/ci/ci-math-comp.sh | |
| parent | 0df095ec0715f548180bbff70a6feb673c6726a6 (diff) | |
| parent | 575bbed527977aee520a3954a196f5b59ae947c5 (diff) | |
Merge PR#431
[travis] Add math-comp overlays, update CompCert to official version, add UniMath
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
| -rwxr-xr-x | dev/ci/ci-math-comp.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh index b833792419..2eb150cb52 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 ) |
