summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2019-03-27 10:53:05 +0000
committerDaniel P. Berrangé <berrange@redhat.com>2019-04-11 18:38:56 +0100
commitc05927b911c113e547a46d90f61ae6a806a44194 (patch)
tree7ca5e248dded1e3472d9b2e939e36ad857fb71b8 /.travis.yml
parentc939378cd38e1f938c70196e822aee75c79f6e5c (diff)
downloadlibvirt-c05927b911c113e547a46d90f61ae6a806a44194.tar.gz
travis: put macOS script inline in the macOS matrix entry
Now that we don't have separate scripts defined for native and mingw builds, there is no point having one for macOS. It can just be inlined at the one place it is needed. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 3 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 8cf356a8b1..b510c81083 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,22 +50,13 @@ matrix:
env:
- PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/usr/local/opt/rpcgen/bin:$PATH"
script:
- /bin/sh -xc "$MACOS_CMD"
+ # We can't run 'distcheck' or 'syntax-check' because they fail on
+ # macOS, but doing 'install' and 'dist' gives us some useful coverage
+ - ./autogen.sh --prefix=$(pwd)/install-root && make -j3 && make -j3 install && make -j3 dist
git:
submodules: true
-env:
- global:
- # We can't run 'distcheck' or 'syntax-check' because they fail on
- # macOS, but doing 'install' and 'dist' gives us some useful coverage
- - MACOS_CMD="
- ./autogen.sh --prefix=\$(pwd)/install-root &&
- make -j3 &&
- make -j3 install &&
- make -j3 dist
- "
-
notifications:
irc:
# The channel name "irc.oftc.net#virt" is encrypted against libvirt/libvirt