aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-sf.sh
blob: 6e6c7012b71ab344358c6e36a88147ddf15ac78a (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 )