Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Aaron Conole
Thomas Monjalon writes: > 02/08/2019 22:59, Aaron Conole: >> Thomas Monjalon writes: >> > 31/07/2019 22:54, Michael Santana Francisco: >> >> On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: >> >> > --- a/.ci/linux-build.sh >> >> > +++ b/.ci/linux-build.sh >> >> > @@ -22,3 +22,11 @@ fi >> >>

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Thomas Monjalon
02/08/2019 22:59, Aaron Conole: > Thomas Monjalon writes: > > 31/07/2019 22:54, Michael Santana Francisco: > >> On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: > >> > --- a/.ci/linux-build.sh > >> > +++ b/.ci/linux-build.sh > >> > @@ -22,3 +22,11 @@ fi > >> > OPTS="$OPTS --default-library=$

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Aaron Conole
Thomas Monjalon writes: > 31/07/2019 22:54, Michael Santana Francisco: >> On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: >> > --- a/.ci/linux-build.sh >> > +++ b/.ci/linux-build.sh >> > @@ -22,3 +22,11 @@ fi >> > OPTS="$OPTS --default-library=$DEF_LIB" >> > meson build --werror -Dexample

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Thomas Monjalon
31/07/2019 22:54, Michael Santana Francisco: > On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: > > --- a/.ci/linux-build.sh > > +++ b/.ci/linux-build.sh > > @@ -22,3 +22,11 @@ fi > > OPTS="$OPTS --default-library=$DEF_LIB" > > meson build --werror -Dexamples=all $OPTS > > ninja -C build >

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Michael Santana Francisco
On Fri, Aug 2, 2019 at 9:34 AM Aaron Conole wrote: > > Michael Santana Francisco writes: > > > On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: > >> > >> When building under Travis (or another linux CI service), enable running > >> the > >> fast-tests for selected builds. Only the shared b

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-08-02 Thread Aaron Conole
Michael Santana Francisco writes: > On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: >> >> When building under Travis (or another linux CI service), enable running the >> fast-tests for selected builds. Only the shared builds are enabled at this >> point, since they are the ones passing. B

Re: [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

2019-07-31 Thread Michael Santana Francisco
On Wed, Jul 31, 2019 at 10:50 AM Aaron Conole wrote: > > When building under Travis (or another linux CI service), enable running the > fast-tests for selected builds. Only the shared builds are enabled at this > point, since they are the ones passing. Builds that are statically linked > still s