From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Santana Francisco Subject: Re: [PATCH v6 1/1] ci: Introduce travis builds for github repositories Date: Thu, 14 Mar 2019 09:21:05 -0400 Message-ID: <16a11cb0-5579-b1db-6e62-c1a6b43c0047@redhat.com> References: <20190207220114.8020-1-msantana@redhat.com> <20190304161232.5670-1-msantana@redhat.com> <20190304161232.5670-2-msantana@redhat.com> <967d35026af57917fba4661116e298e87b4cd84c.camel@debian.org> Reply-To: msantana@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Thomas Monjalon To: Luca Boccassi , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 75E9A1E2F for ; Thu, 14 Mar 2019 14:21:07 +0100 (CET) In-Reply-To: <967d35026af57917fba4661116e298e87b4cd84c.camel@debian.org> Content-Language: en-US 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 3/4/19 1:14 PM, Luca Boccassi wrote: > 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. >> >> 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. >> >> Additionally, the travis service will send an email to the test- >> report >> list informing anyone interested in the automated build (including a >> result). >> >> Signed-off-by: Aaron Conole >> Signed-off-by: Michael Santana >> --- >> v6: >> Removed all classic make builds >> >> .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 > ping