Update the trees currently used by the build farm to build samba.
[build-farm.git] / tridge.fns
index e4722f83214095165435908cecf452d067c46597..8f869feb0b2b2ed190dc410b5dda5ebbc49a4ada 100644 (file)
@@ -1,20 +1,15 @@
-# 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"
-export PIDL_TESTS_SKIP=yes
-test_tree samba4 source $compiler 
+for compiler in $compilers; do
+       . common.fns
 
-export config=""
-test_tree samba_3_2 source $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_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
+done
 
+global_unlock