autobuild: Put the static build in another stanza
authorAndrew Bartlett <abartlet@samba.org>
Wed, 21 Oct 2015 21:35:47 +0000 (10:35 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 5 Jan 2016 08:10:24 +0000 (09:10 +0100)
commitaf89d18c141b2ea15cd661860db087bc40c0ec20
treedf039949bf2d0d307b57cba5e90d147bb98454c2
parentcce16123feedfbf0e325182c6e301377d8a60749
autobuild: Put the static build in another stanza

This will allow it to run on a different VM in travis-ci and so keep
us below the 50min limit.

Because we do not rebuild the libs (and real world static builds are
likely to have internal libs), this changes us to build them
internally.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
script/autobuild.py