Add action_none to assist hosts with no extra_actions
[build-farm.git] / tridge.fns
1 per_run_hook
2
3 global_lock
4
5 compilers="gcc"
6
7 for compiler in $compilers; do
8         . common.fns
9
10         test_tree samba_4_0_test . $compiler
11
12         test_tree samba_3_current source3 $compiler
13         test_tree samba_3_next source3 $compiler
14         test_tree samba_3_master source3 $compiler
15 done
16
17 global_unlock