Commit f78d2493 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 519fc95f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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