X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=tridge.fns;h=5faee1cee329f8de2a97c8f66705369e6bdee0a4;hb=404b035f28b6ab9fdf4edc5b4deca2885f71c7c8;hp=2b8fd78097c0f31afd8f956b542aa65769101f85;hpb=6e02e8d45337c7a72438f0dffa8e8b6f329e997e;p=build-farm.git diff --git a/tridge.fns b/tridge.fns index 2b8fd780..5faee1ce 100644 --- a/tridge.fns +++ b/tridge.fns @@ -1,19 +1,16 @@ -# We need to disable ccache for the lcov love to work -export CCACHE_DISABLE=yes -export LCOV_REPORT=yes +per_run_hook -compiler=gcc +global_lock -. common.fns +compilers="gcc" -#lcov like shared libraries -export config="--disable-shared" -test_tree samba4 source $compiler +for compiler in $compilers; do + . common.fns -export config="" -test_tree samba_3_0 source $compiler + test_tree samba_4_0_test . $compiler -#lcov and libtool disagree, enable OpenLDAP and disable OpenSSL -export config="--with-ldap=/usr --without-openssl --disable-shared" -test_tree lorikeet-heimdal . $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler +done +global_unlock