aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-sf.sh
blob: 23ef41d2ddbe04b85409e0c4a0149c169cc4428c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh

# XXX: Needs fixing to properly set the build directory.
wget ${sf_CI_TARURL}
tar xvfz sf.tgz

sed -i.bak '15i From Coq Require Extraction.' sf/Extraction.v

( cd sf && sed -i.bak 's/(K,N)/((K,N))/' LibTactics.v && make clean && make -j ${NJOBS} )