aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-sf.sh
blob: 7d23ccad973c067590f7cc878c563d07ef09ee36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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

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