From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v6 1/1] ci: Introduce travis builds for github repositories Date: Mon, 04 Mar 2019 18:14:03 +0000 Message-ID: <967d35026af57917fba4661116e298e87b4cd84c.camel@debian.org> References: <20190207220114.8020-1-msantana@redhat.com> <20190304161232.5670-1-msantana@redhat.com> <20190304161232.5670-2-msantana@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Thomas Monjalon To: Michael Santana , dev@dpdk.org Return-path: Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by dpdk.org (Postfix) with ESMTP id 1DBBB4C88 for ; Mon, 4 Mar 2019 19:14:06 +0100 (CET) Received: by mail-wm1-f45.google.com with SMTP id x7so129922wmj.0 for ; Mon, 04 Mar 2019 10:14:06 -0800 (PST) In-Reply-To: <20190304161232.5670-2-msantana@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 2019-03-04 at 11:12 -0500, Michael Santana wrote: > GitHub is a service used by developers to store repositories. GitHub > provides service integrations that allow 3rd party services to access > developer repositories and perform actions. One of these services is > Travis-CI, a simple continuous integration platform. >=20 > This is a simple initial implementation of a travis build for the > DPDK > project. It doesn't require any changes from individual developers > to > enable, but will allow those developers who opt-in to GitHub and the > travis service to get automatic builds for every push they make. >=20 > Additionally, the travis service will send an email to the test- > report > list informing anyone interested in the automated build (including a > result). >=20 > Signed-off-by: Aaron Conole > Signed-off-by: Michael Santana > --- > v6: > Removed all classic make builds >=20 > .ci/linux-build.sh | 21 +++++++++ > .ci/linux-setup.sh | 3 ++ > .travis.yml | 73 > +++++++++++++++++++++++++++++ > MAINTAINERS | 6 +++ > doc/guides/contributing/patches.rst | 4 ++ > 5 files changed, 107 insertions(+) > create mode 100755 .ci/linux-build.sh > create mode 100755 .ci/linux-setup.sh > create mode 100644 .travis.yml Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi