summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update .travis.yml to match package list used in docker container and ↵Andrew Bartlett2018-06-271-1/+1
| | | | | | | | | | | | | | | | Catalyst Cloud builds The package list has some "strange" things in them, but more important is using the same list everywhere. We can hopefully harmonise the package lists to a single file in Samba git soom, merging the docker and packer image creation. Additionally, Travis CI will probably need to move to Docker once we change beyond Ubuntu 14.04, so it will simple reference the gitlab.com image then. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Gary Lockyer <gary@samba.org> Autobuild-Date(master): Wed Jun 27 07:51:14 CEST 2018 on sn-devel-144
* autobuild: Split up the build further with samba-ad-dc-2Andrew Bartlett2018-03-271-0/+1
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* autobuild: Remove fileserver tests from the main buildAndrew Bartlett2018-03-271-0/+1
| | | | | | | | Again, this is to allow these to run in the 50min timelimit of travis-ci and so gain test coverage. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* autobuild: Run all "ad_dc" environment tests in samba-ad-dcAndrew Bartlett2018-03-271-0/+1
| | | | | | | | | This allows us not to run ad_dc tests in the main build, making the autobuild process faster. The ad_dc tests run in less than 50mins on travis-ci, which allows this part of the tests to be run. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* travis-ci: Run new samba-nt4 environmentAndrew Bartlett2018-03-271-0/+1
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* autobuild: Move "none" environment to samba-none-envAndrew Bartlett2018-03-231-0/+1
| | | | | | | | | | | | This takes this part of the test out of the main, slow samba task but also keeps it away from samba-o3 which is up against the 50min budget on travis-ci. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Mar 23 12:00:40 CET 2018 on sn-devel-144
* travis-ci: Use Gold linker for faster buildsAndrew Bartlett2018-03-221-0/+4
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* travis-ci: Only un-shallow for PIDLAndrew Bartlett2018-03-221-1/+3
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* travis-ci: Update package list to match the wikiAndrew Bartlett2018-01-081-1/+1
| | | | | | | This in turn is based on what we use at Catalyst minus some helpful packages like editors Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* travis-ci: Also build samba-systemkrb5Andrew Bartlett2017-06-301-0/+1
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* autobuild: Add nopython environment to test --disable-python builds (but ↵Andrew Bartlett2017-03-101-0/+1
| | | | | | | | | | | | | | without tests) This ensures we keep this option building as we extend our use of python. The rule is that new features and changes to existing features that require python are most welcome, they just need to be disabled for the minimalistic targets we still ecourage Samba on, that typically just want smbd Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* .travis.yml: install libgpgme11-dev python[3]-gpgmeStefan Metzmacher2016-07-221-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* travis: run the samba-o3 targetMichael Adam2016-05-131-0/+1
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri May 13 13:46:12 CEST 2016 on sn-devel-144
* .travis.yml: install python3-{crypto,dev,dnspython}Stefan Metzmacher2016-02-151-1/+1
| | | | | | | autobuild will use --extra-python=/usr/bin/python3 in future. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* .travis.yml: install python-cryptoStefan Metzmacher2016-02-151-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* .travis.yml: we don't require python-all-devStefan Metzmacher2016-02-151-1/+1
| | | | | | | python-dev is enough. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* .travis.yml: we require 'realpath' nowStefan Metzmacher2016-02-151-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* .travis.yml: do a sort -u on the installed packagesStefan Metzmacher2016-02-151-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* travis: Add metadata file for the Travis CI Open Source cloud build/test serviceAndrew Bartlett2016-01-051-0/+31
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jan 5 12:21:40 CET 2016 on sn-devel-144