Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-24 Thread Mike Holmes
On 12 October 2016 at 20:21, Brian Brooks wrote: > On 10/18 11:24:14, Mike Holmes wrote: >> allows pushes to a github clone of ODP to automatically trigger CI builds >> >> Signed-off-by: Mike Holmes > > Reviewed-by: Brian Brooks > >> --- >> .travis.yml | 35 +++ >

Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-19 Thread Brian Brooks
On 10/18 11:24:14, Mike Holmes wrote: > allows pushes to a github clone of ODP to automatically trigger CI builds > > Signed-off-by: Mike Holmes Reviewed-by: Brian Brooks > --- > .travis.yml | 35 +++ > 1 file changed, 35 insertions(+) > create mode 100644 .tr

Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-18 Thread Mike Holmes
On 18 October 2016 at 15:36, Maxim Uvarov wrote: > btw, > > can you also add call for: > ./scripts/build-pktio-dpdk > > to compile dpdk pktio? > > And I think something similar for netmap. Not now, this is purely to get to the goal of simple validation of ODP using what auto make provides with th

Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-18 Thread Maxim Uvarov
btw, can you also add call for: ./scripts/build-pktio-dpdk to compile dpdk pktio? And I think something similar for netmap. Maxim. On 10/18/16 19:06, Mike Holmes wrote: On 18 October 2016 at 11:52, Maxim Uvarov wrote: On 10/18/16 18:24, Mike Holmes wrote: allows pushes to a github clone o

Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-18 Thread Mike Holmes
On 18 October 2016 at 11:52, Maxim Uvarov wrote: > On 10/18/16 18:24, Mike Holmes wrote: >> >> allows pushes to a github clone of ODP to automatically trigger CI builds >> >> Signed-off-by: Mike Holmes >> --- >> .travis.yml | 35 +++ >> 1 file changed, 35 insert

Re: [lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-18 Thread Maxim Uvarov
On 10/18/16 18:24, Mike Holmes wrote: allows pushes to a github clone of ODP to automatically trigger CI builds Signed-off-by: Mike Holmes --- .travis.yml | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.

[lng-odp] [PATCH 2/2] add travis.yml for gitub automation

2016-10-18 Thread Mike Holmes
allows pushes to a github clone of ODP to automatically trigger CI builds Signed-off-by: Mike Holmes --- .travis.yml | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0