From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BF381A0096 for ; Fri, 10 May 2019 14:43:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C0C54CA7; Fri, 10 May 2019 14:43:41 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 5977B4CA7 for ; Fri, 10 May 2019 14:43:40 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D63FC059B80 for ; Fri, 10 May 2019 12:43:39 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 42DDE16D22; Fri, 10 May 2019 12:43:38 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: aconole@redhat.com, msantana@redhat.com, Kevin Traynor Date: Fri, 10 May 2019 13:43:18 +0100 Message-Id: <20190510124321.21266-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 10 May 2019 12:43:39 +0000 (UTC) Subject: [dpdk-stable] [PATCH 18.11 0/3] Travis for 18.11 stable branch X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Travis is convenient way of build testing. Backport Travis integration to 18.11 branch. One later path fix on master (76f8486e16) dropped as n/a for 18.11. Aaron Conole (2): ci: enable ccache in Travis ci: add a distinguisher to the extra Travis builds Michael Santana (1): ci: introduce Travis builds for GitHub repositories .ci/linux-build.sh | 24 +++++++ .ci/linux-setup.sh | 3 + .travis.yml | 98 +++++++++++++++++++++++++++++ MAINTAINERS | 6 ++ doc/guides/contributing/patches.rst | 4 ++ 5 files changed, 135 insertions(+) create mode 100755 .ci/linux-build.sh create mode 100755 .ci/linux-setup.sh create mode 100644 .travis.yml -- 2.20.1