]> git.ipfire.org Git - thirdparty/libvirt.git/commit
travis: test "make install" and "make dist" on macOS
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 12:27:38 +0000 (12:27 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 17:53:23 +0000 (17:53 +0000)
commit268ab759d98d90e0f458697e1f210e64fc03ebd9
tree2798b483de93f540f23a9860b593dc3b8be0ec8f
parent60ae63c230e32801fe34c3999ba288070ec8daa2
travis: test "make install" and "make dist" on macOS

We can't use "make distcheck" on macOS because many unit tests fail. We
can still get coverage of some of the things "distcheck" validates, by
running the "install" and "dist" targets. This is particularly useful
because many conditional features are disabled on macOS, and this helps
make sure we can still successfully install & dist when these bits are
disabled.

The default script is getting unreadable since it is all on one long
line. Rather than adding further conditional clauses to it, we make
use of the travis matrix config override for the script.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml