]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
travis: Skip first compilation for Linux builds
authorAndrea Bolognani <abologna@redhat.com>
Thu, 14 Jun 2018 16:27:36 +0000 (18:27 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Jun 2018 06:09:41 +0000 (08:09 +0200)
We already perform a full build as part of distcheck, so
we can speed things up a bit by skipping the first
compilation.

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

index 1e2e307ac5a3217a6bf0373f16926d8db3f19bc4..a4a0bbb07271f052ccdbb5c77ef238da4e82ca9f 100644 (file)
@@ -48,7 +48,6 @@ env:
         apt-get update &&
         apt-get install -y \$PACKAGES &&
         ./autogen.sh &&
-        make -j3 &&
         make -j3 syntax-check &&
         make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS=\"\$DISTCHECK_CONFIGURE_FLAGS\" ||
         (