268ab75 travis: test "make install" and "make dist" on macOS

Authored and Committed by berrange 6 years ago
1 file changed. 8 lines added. 5 lines removed.
    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>
    
        
file modified
+8 -5