On Fri, Feb 01, 2019 at 11:48:14AM -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 <acon...@redhat.com> > Signed-off-by: Michael Santana <msant...@redhat.com> > --- > v3: > - Renamed ambiguous variable names and comments, including the variable > KERNEL to DISABLE_KERNEL_MODULES and comment 'source for python' to > 'Repo for python' > - Removed duplicate file meson_cross_aarch64_gcc.txt. Used > arm64_armv8_linuxapp_gcc file instead > No further comments from at this stage.
Acked-by: Bruce Richardson <bruce.richard...@intel.com>