ci: introduce Travis builds for GitHub repositories
authorMichael Santana <msantana@redhat.com>
Mon, 25 Mar 2019 15:32:08 +0000 (11:32 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Mar 2019 21:31:40 +0000 (22:31 +0100)
commit99889bd85228bdf6fa28e160308444d82dca68cd
treed313e69fefcb6f86de34bd4bc342aa997a8d6774
parent866bc6742c5478023219d5f795d44a0254a3ee88
ci: introduce Travis builds for GitHub repositories

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 <aconole@redhat.com>
Signed-off-by: Michael Santana <msantana@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
.ci/linux-build.sh [new file with mode: 0755]
.ci/linux-setup.sh [new file with mode: 0755]
.travis.yml [new file with mode: 0644]
MAINTAINERS
doc/guides/contributing/patches.rst