From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiLoX-0001zi-3z for qemu-devel@nongnu.org; Tue, 22 Mar 2016 08:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiLoV-0006AY-FP for qemu-devel@nongnu.org; Tue, 22 Mar 2016 08:53:37 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:34191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiLoV-0006AQ-8D for qemu-devel@nongnu.org; Tue, 22 Mar 2016 08:53:35 -0400 Received: by mail-wm0-x229.google.com with SMTP id p65so191215867wmp.1 for ; Tue, 22 Mar 2016 05:53:35 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 22 Mar 2016 12:53:12 +0000 Message-Id: <1458651195-21176-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 0/3] reduce the matrix, add OSX, speed-up Travis? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , david@gibson.dropbear.id.au Hi, This is my currently brewing set of Travis updates. As was mentioned on previous series the matrix could do with collapsing further. I've simplified it by just worrying about configs and allowing all the targets to be built. This means each build of the main matrix has gotten longer but less overall builds are done. There may be some millage in reducing the target list for some of the ancillary builds though. Do we want to care about all targets when changing the logging backend or the co-routine type? Finally I've added a new build to the matrix for OSX. I'm pondering if I should do similar for the Trusty beta images. Thoughts? Alex Bennée (3): .travis.yml: collapse the test matrix .travis.yml: enable OSX builds .travis.yml: make -j3 .travis.yml | 81 ++++++++++++++------------------------------------ scripts/macosx-brew.sh | 12 ++++++++ 2 files changed, 35 insertions(+), 58 deletions(-) create mode 100755 scripts/macosx-brew.sh -- 2.7.3