Skip to content

Commit 7c76419

Browse files
committed
use OPAM to build Coq and ssreflect
1 parent c1f52bb commit 7c76419

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.travis-ci.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
set -e
2-
3-
pushd ..
4-
wget 'http://homes.cs.washington.edu/~jrw12/coq-8.5-build-local.tgz'
5-
tar xf coq-8.5-build-local.tgz
6-
export PATH=$PWD/coq-8.5/bin:$PATH
7-
popd
1+
opam init --yes --no-setup
2+
eval $(opam config env)
3+
opam install coq --yes
84

95
./build.sh
106

117
case $DOWNSTREAM in
128
verdi)
9+
opam repo add coq-released https://coq.inria.fr/opam/released
10+
opam install coq-mathcomp-ssreflect --yes
11+
1312
pushd ..
1413
git clone 'http://github.com/uwplse/StructTact'
1514
pushd StructTact
@@ -23,4 +22,3 @@ verdi)
2322
popd
2423
;;
2524
esac
26-

0 commit comments

Comments
 (0)