From patchwork Thu Apr 11 19:52:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 52652 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 466744C8F; Thu, 11 Apr 2019 21:52:34 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 738433772 for ; Thu, 11 Apr 2019 21:52:32 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9ADC87F3E8; Thu, 11 Apr 2019 19:52:31 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61]) by smtp.corp.redhat.com (Postfix) with ESMTP id DDDC8600CC; Thu, 11 Apr 2019 19:52:30 +0000 (UTC) From: Aaron Conole To: dev@dpdk.org Cc: Bruce Richardson , Luca Boccassi , Reshma Pattan , Agalya Babu RadhaKrishnan , David Marchand Date: Thu, 11 Apr 2019 15:52:26 -0400 Message-Id: <20190411195229.7841-1-aconole@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 11 Apr 2019 19:52:31 +0000 (UTC) Subject: [dpdk-dev] [PATCH 0/3] travis: enhancements for build (plus a meson fix) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series improves the travis integration a bit, and adds the ability for the meson system to auto-detect the number of cores. Aaron Conole (3): travis: enable ccache travis: add a distinguisher to the 'extra' builds app/test/meson: auto detect number of cores .travis.yml | 19 +++++++++---------- app/test/meson.build | 24 +++++++++++++++++++++--- 2 files changed, 30 insertions(+), 13 deletions(-)