Only show builds in the last seven days.
[build-farm.git] / hpisgr8.fns
1 # gdb is in /opt/langtools/bin
2 PATH="$PATH:/opt/langtools/bin"
3 export PATH
4
5 per_run_hook
6
7 global_lock
8
9 compilers="cc gcc"
10
11 CFLAGS="-g $CFLAGS"
12 export CFLAGS
13
14 for compiler in $compilers; do
15
16         . common.fns
17
18         config="--without-acl-support"
19         export config
20         test_tree samba_4_0_test . $compiler
21         config=""
22         export config
23
24         test_tree samba_3_current source3 $compiler
25         test_tree samba_3_next source3 $compiler
26 done
27
28 global_unlock