]> git.ipfire.org Git - thirdparty/libvirt.git/commit
travis: Introduce MACOS_CMD
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Jun 2018 15:54:42 +0000 (17:54 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Jun 2018 06:09:41 +0000 (08:09 +0200)
commit90206eac15097d0bb91a7977a375dc539058ebb6
tree7f14d895fa6bee5d6643c7942d51cf43aaa0afa9
parentdb8801f6ea9a03c9d17ddba5e76e01cd132d77d0
travis: Introduce MACOS_CMD

It mirrors the existing DOCKER_CMD, both in how it's defined
as part of the environment and how it's called by passing it
directly to the shell.

In addition to making the configuration more consistent, this
also allows us to move from having the macOS build script
divided into four steps, some of which have slightly different
semantics and the relationship between which is not immediately
obvious without consulting the documentation, to a single
straightforward shell invocation.

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