0420ef28c2878f584295aa31ecafe04c4ca83e55
[amitay/build-farm.git] / opi.fns
1 per_run_hook
2
3 global_lock
4
5 compiler=gcc
6 CFLAGS="-O3 -Wall"
7 export CFLAGS
8
9 . common.fns
10 #test_tree lorikeet-heimdal . $compiler
11
12 export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
13 test_tree samba_4_0_test . $compiler
14 export config=""
15
16 test_tree samba_3_current source3 $compiler
17 test_tree samba_3_next source3 $compiler
18 export config="--enable-developer"
19 test_tree samba_3_master source3 $compiler
20 test_tree samba_3_waf source3 $compiler
21 export config=""
22 test_tree pidl . $compiler build test
23
24 global_unlock