travis: run multiple make jobs

The Travis container-based infrastructure has 2 cores, so use multiple
make jobs to take advantage of this and shorten the build.

Change-Id: Ib0fa7d25d23109f201b4d25f85d5fba44e026d13
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-27 10:37:53 -07:00 committed by Jim Harris
parent 519fc95fd6
commit f78d24935d

View File

@ -14,6 +14,7 @@ addons:
- libssl-dev
before_script:
- export MAKEFLAGS="-j$(nproc)"
- wget http://fast.dpdk.org/rel/dpdk-17.02.tar.xz
- tar xf dpdk-17.02.tar.xz
- pushd dpdk-17.02