[0/3] travis: enhancements for build (plus a meson fix)
Message ID | 20190411195229.7841-1-aconole@redhat.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 <dev@dpdk.org>; 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 <aconole@redhat.com> To: dev@dpdk.org Cc: Bruce Richardson <bruce.richardson@intel.com>, Luca Boccassi <bluca@debian.org>, Reshma Pattan <reshma.pattan@intel.com>, Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>, David Marchand <dmarchan@redhat.com> Date: Thu, 11 Apr 2019 15:52:26 -0400 Message-Id: <20190411195229.7841-1-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Aaron Conole
April 11, 2019, 7:52 p.m. UTC
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(-)