Skip to content

Commit

Permalink
travis: compile with dpdk and ebpf
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 6, 2017
1 parent f31f6c6 commit a81575a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ script:
- export BUILD_TAG=$(date +%Y-%m-%d).${TRAVIS_JOB_NUMBER}
- export PATH=${GOPATH}/bin:${PATH}

- make WITH_DPDK=true WITH_EBPF=true install
- make static
- make WITH_EBPF=true install
- make WITH_EBPF=true static

- echo "--- DOCKER IMAGE ---"
- make docker-image DOCKER_IMAGE=${DOCKER_IMAGE} DOCKER_TAG=${BUILD_TAG}
Expand Down

0 comments on commit a81575a

Please sign in to comment.