Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Aaron Conole
Thomas Monjalon writes: > 23/01/2019 23:07, Michael Santana: >> +if [ "${NINJABUILD}" == "1" ]; then >> +meson build >> +ninja -C build >> +else >> +make config T=x86_64-native-linuxapp-${CC} >> +if [ "${SHARED}" == "1" ]; then >> +set_conf build CONFIG_RTE_BUILD_SHARED_LI

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Michael Santana Francisco
That's a good suggestion. I will look into it. ~Michael Santana On Thu, Jan 24, 2019 at 2:27 PM Honnappa Nagarahalli < honnappa.nagaraha...@arm.com> wrote: > > > > GitHub is a service used by developers to store repositories. GitHub > > provides service integrations that allow 3rd party service

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Honnappa Nagarahalli
> > 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 in

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Bruce Richardson
On Thu, Jan 24, 2019 at 01:11:36PM -0500, Aaron Conole wrote: > Bruce Richardson writes: > > > On Wed, Jan 23, 2019 at 05:07:14PM -0500, Michael Santana wrote: > >> GitHub is a service used by developers to store repositories. GitHub > >> provides service integrations that allow 3rd party servic

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Thomas Monjalon
23/01/2019 23:07, Michael Santana: > +if [ "${NINJABUILD}" == "1" ]; then > +meson build > +ninja -C build > +else > +make config T=x86_64-native-linuxapp-${CC} > +if [ "${SHARED}" == "1" ]; then > +set_conf build CONFIG_RTE_BUILD_SHARED_LIB y > +fi > + > +if [ "${KE

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Jan 23, 2019 at 05:07:14PM -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 thes

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Bruce Richardson
On Thu, Jan 24, 2019 at 09:35:48AM +, Bruce Richardson wrote: > On Wed, Jan 23, 2019 at 05:07:14PM -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 repo

Re: [dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-24 Thread Bruce Richardson
On Wed, Jan 23, 2019 at 05:07:14PM -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 sim

[dpdk-dev] [PATCH] Introduce travis builds for github repositories

2019-01-23 Thread 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 is a simple initial implementa