From: Andrea Bolognani Date: Thu, 14 Jun 2018 16:27:36 +0000 (+0200) Subject: travis: Skip first compilation for Linux builds X-Git-Tag: v4.5.0-rc1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd72601d42353cf18f89f52c1f68a3fd814d3d1f;p=thirdparty%2Flibvirt.git travis: Skip first compilation for Linux builds 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/.travis.yml b/.travis.yml index 1e2e307ac5..a4a0bbb072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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\" || (