1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

autobuild: Confirm we can build without --enable-developer

We also confirm that such builds do not contain the NTVFS file server

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett 2015-10-22 13:54:41 +13:00 committed by Jeremy Allison
parent d7cc5d459c
commit 3e6af7109e

View File

@ -112,10 +112,11 @@ tasks = {
("ldb-make", "cd lib/ldb && make", "text/plain"),
("ldb-install", "cd lib/ldb && make install", "text/plain"),
("configure", samba_libs_configure_samba, "text/plain"),
("make", "make", "text/plain"),
("install", "make install", "text/plain"),
("dist", "make dist", "text/plain"),
("nondevel-configure", "./configure ${PREFIX}", "text/plain"),
("nondevel-make", "make -j", "text/plain"),
("nondevel-check", "./bin/smbd -b | grep WITH_NTVFS_FILESERVER && exit 1; exit 0", "text/plain"),
("nondevel-install", "make install", "text/plain"),
("nondevel-dist", "make dist", "text/plain"),
# retry with all modules shared
("allshared-distclean", "make distclean", "text/plain"),