Skip to content

Commit

Permalink
Merge branch 'master' into fastclick-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Barbette committed Feb 23, 2017
2 parents 54d2323 + 2814e53 commit 4b46db0
Show file tree
Hide file tree
Showing 57 changed files with 4,083 additions and 3,182 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*.dSYM
+*
.dotest
.idea
.*.cmd
.dotest
Makefile
autom4te*
bin
Expand Down
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cache:
apt: true
directories:
- dpdk-1.8.0
- dpdk-2.2.0
- dpdk-16.04
- dpdk-16.07
Expand All @@ -13,16 +12,12 @@ compiler:
- clang
matrix:
exclude:
- compiler: clang
env: FRAMEWORK=dpdk VERSION=1.8.0 CONFIG="--enable-batch --disable-verbose-batch"
- compiler: clang
env: FRAMEWORK=dpdk VERSION=2.2.0 CONFIG="--enable-batch --disable-verbose-batch"
- compiler: clang
env: FRAMEWORK=dpdk VERSION=16.04 CONFIG="--enable-batch --disable-verbose-batch"
- compiler: clang
env: FRAMEWORK=dpdk VERSION=16.07 CONFIG="--enable-batch --disable-verbose-batch"
- compiler: clang
env: FRAMEWORK=dpdk VERSION=1.8.0 CONFIG="--disable-batch"
- compiler: clang
env: FRAMEWORK=dpdk VERSION=2.2.0 CONFIG="--disable-batch"
- compiler: clang
Expand All @@ -33,19 +28,19 @@ matrix:

env:
global:
- FLAGS="--enable-ip6 --enable-json -disable-linuxmodule"
- FLAGS="--enable-ip6 --enable-json --disable-linuxmodule"
- CXXFLAGS="-std=gnu++11"
- GCC_VERSION="4.8"
matrix:
- FRAMEWORK=vanilla CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=umultithread CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=netmap VERSION=11.1 CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=dpdk VERSION=1.8.0 CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=dpdk VERSION=2.2.0 CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=dpdk VERSION=16.04 CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=dpdk VERSION=16.07 CONFIG="--enable-batch --disable-verbose-batch"
- FRAMEWORK=vanilla CONFIG="--disable-batch"
- FRAMEWORK=umultithread CONFIG="--disable-batch"
- FRAMEWORK=netmap VERSION=11.1 CONFIG="--disable-batch"
- FRAMEWORK=dpdk VERSION=1.8.0 CONFIG="--disable-batch"
- FRAMEWORK=dpdk VERSION=2.2.0 CONFIG="--disable-batch"
- FRAMEWORK=dpdk VERSION=16.04 CONFIG="--disable-batch"
- FRAMEWORK=dpdk VERSION=16.07 CONFIG="--disable-batch"
Expand All @@ -72,8 +67,8 @@ script:
fi;
fi

- if [ $FRAMEWORK = "vanilla" ] ; then
FRAMEWORK_FLAGS="--enable-ip6 --enable-json";
- if [ $FRAMEWORK = "umultithread" ] ; then
FRAMEWORK_FLAGS="--enable-user-multithread";
fi

- ./configure $CONFIG $FLAGS $FRAMEWORK_FLAGS && make
Expand Down
Loading

0 comments on commit 4b46db0

Please sign in to comment.