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-iris-coq.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-iris-coq.sh')
| -rwxr-xr-x | dev/ci/ci-iris-coq.sh | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/dev/ci/ci-iris-coq.sh b/dev/ci/ci-iris-coq.sh index e97e2c19e3..c21af976f4 100755 --- a/dev/ci/ci-iris-coq.sh +++ b/dev/ci/ci-iris-coq.sh @@ -4,32 +4,14 @@ ci_dir="$(dirname "$0")" source ${ci_dir}/ci-common.sh -# XXX: Refactor into install-ssreflect -git clone --depth 1 https://github.com/math-comp/math-comp.git - -# coquelicot just needs mathcomp -( cd math-comp/mathcomp && \ - sed -i.bak '/ssrtest/d' Make && \ - sed -i.bak '/odd_order/d' Make && \ - sed -i.bak '/all\/all.v/d' Make && \ - sed -i.bak '/character/d' Make && \ - sed -i.bak '/real_closed/d' Make && \ - sed -i.bak '/solvable/d' Make && \ - sed -i.bak '/field/d' Make && \ - sed -i.bak '/fingroup/d' Make && \ - sed -i.bak '/algebra/d' Make && \ - make -j ${NJOBS} && make install ) - -# Setup ssr = This doesn't work as coq_makefile will pass -q to coqc :S :S -# echo "Add ML Path \"`pwd`/math-comp/mathcomp/\"." > ${HOME}/.coqrc -# echo "Add LoadPath \"`pwd`/math-comp/mathcomp/\" as mathcomp." >> ${HOME}/.coqrc +install_ssreflect # Setup stdpp -git clone --depth 1 https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git +git_checkout master https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git coq-stdpp ( cd coq-stdpp && make -j ${NJOBS} && make install ) # Setup Iris -git clone --depth 1 https://gitlab.mpi-sws.org/FP/iris-coq.git +git_checkout master https://gitlab.mpi-sws.org/FP/iris-coq.git iris-coq ( cd iris-coq && make -j ${NJOBS} ) |
