From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=FRkkQx6mlmFYVwwblRiaUBQbpdrGLYgSd9ZrtdtW67o=; b=TgUxEOg5tVdOXfgG82BKPtu2TXFHCWKqzpMqIA8PlH6KbHJhPCdySNQFE8JC8Q0Lis LKoQWs3RioIGLsGStlirK3QxfpXweH0L97HS761oP3VgtAiUo+AYM+3Mfcz/Ku4KP5Ux rDZIr8VpxaGbUkFFI1ixqR1T6RjJR9PFyUqcSDGXF7fKd4zuJ3jPrUC6539Wfo1C8nmK hYVC3QvH4IbZ57n4c3LoPhx/9t6Qt1N7oyNJHn5BeHgUOUTwjjm/98QvctD6bPUdm3/r Ehq/FMQ/oweqxL69F/uUNfxDXgYKD2EOnAQxPBMSvZ6kKrUrBrlcAG+AhOqQdv84Hr7h k1pg== X-Gm-Message-State: APjAAAVRrkxd7gHtptvEJ7xDu4Qmlje9tG9Yoz03TIAIAJsep0MDBKES Amnp40TrZ+0QNp3OVuTMkdQ= X-Google-Smtp-Source: APXvYqyWqli6h2oJzxTkUrYQRumGNDK9ExegYor5l1JInY72zBx+nlcUeVxqXELWT9TJtu74sp+aBA== X-Received: by 2002:a1c:c90b:: with SMTP id f11mr247874wmb.61.1551723245672; Mon, 04 Mar 2019 10:14:05 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:b00c:66c8:99df:336]) by smtp.gmail.com with ESMTPSA id f10sm4702696wml.23.2019.03.04.10.14.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Mar 2019 10:14:04 -0800 (PST) Message-ID: <967d35026af57917fba4661116e298e87b4cd84c.camel@debian.org> From: Luca Boccassi To: Michael Santana , dev@dpdk.org Cc: Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Thomas Monjalon Date: Mon, 04 Mar 2019 18:14:03 +0000 In-Reply-To: <20190304161232.5670-2-msantana@redhat.com> References: <20190207220114.8020-1-msantana@redhat.com> <20190304161232.5670-1-msantana@redhat.com> <20190304161232.5670-2-msantana@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 1/1] ci: Introduce travis builds for github repositories X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 18:14:07 -0000 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