aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-sf.sh
blob: d46e53717f36142a4ea301bb053e1a8a1651635d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

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

git_download sf

( cd lf-current  && make clean && make )
( cd plf-current && make clean && make )
( cd vfa-current && make clean && make )
# ( cd qc-current && make clean && make )