dpif-netdev: use the open_type when creating the local port
[cascardo/ovs.git] / .travis.yml
index 2b262e4..a46994d 100644 (file)
@@ -3,15 +3,21 @@ compiler:
   - gcc
   - clang
 
+os:
+  - linux
+
 addons:
   apt:
     packages:
       - bc
       - gcc-multilib
+      - libnuma-dev
       - libssl-dev
       - llvm-dev
+      - libjemalloc1
+      - libjemalloc-dev
 
-before_install: ./.travis/prepare.sh
+before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
 
 before_script: export PATH=$PATH:$HOME/bin
 
@@ -24,14 +30,21 @@ env:
   - BUILD_ENV="-m32" OPTS="--disable-ssl"
   - KERNEL=3.17.7 DPDK=1
   - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
-  - KERNEL=4.3.5
-  - KERNEL=4.1.17
-  - KERNEL=3.18.26
-  - KERNEL=3.14.60
-  - KERNEL=3.12.53
-  - KERNEL=3.10.96
-
-script: ./.travis/build.sh $OPTS
+  - KERNEL=4.4.15
+  - KERNEL=4.1.28
+  - KERNEL=3.18.37
+  - KERNEL=3.14.73
+  - KERNEL=3.12.61
+  - KERNEL=3.10.102
+  - TESTSUITE=1 LIBS=-ljemalloc
+
+matrix:
+  include:
+    - os: osx
+      compiler: clang
+      env: OPTS="--disable-ssl"
+
+script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
 
 notifications:
   email: