From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8] ci: Introduce travis builds for github repositories Date: Mon, 25 Mar 2019 17:10:25 +0100 Message-ID: <2543802.5yBK1Jkq9v@xps> References: <20190322165651.23978-1-msantana@redhat.com> <20190325153208.8039-1-msantana@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Luca Boccassi To: Michael Santana Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 97EA81150 for ; Mon, 25 Mar 2019 17:10:30 +0100 (CET) In-Reply-To: <20190325153208.8039-1-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" 25/03/2019 16:32, Michael Santana: > 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 series introduces the ability for any github mirrors of the DPDK > project, including developer mirrors, to kick off builds under the > travis CI infrastructure. For now, this just means compilation - no > other kinds of automated run exists yet. In the future, this can be > expanded to execute and report results for any test-suites that might > exist. > > 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. > > The files added under .ci/ exist so that in the future, other CI > support platforms (such as cirrus, appveyor, etc.) could have a common > place to put their requisite scripts without polluting the main tree. > > Signed-off-by: Aaron Conole > Signed-off-by: Michael Santana > Acked-by: Bruce Richardson > Acked-by: Luca Boccassi > Reviewed-by: Honnappa Nagarahalli Acked-by: Thomas Monjalon