]> git.proxmox.com Git - ovs.git/blob - .travis.yml
compat: Initialize IPv4 reassembly secret timer
[ovs.git] / .travis.yml
1 language: c
2 compiler:
3 - gcc
4 - clang
5
6 os:
7 - linux
8
9 addons:
10 apt:
11 packages:
12 - bc
13 - gcc-multilib
14 - libssl-dev
15 - llvm-dev
16 - libjemalloc1
17 - libjemalloc-dev
18 - libnuma-dev
19 - python-sphinx
20 - libelf-dev
21 - selinux-policy-dev
22 - libunbound-dev
23 - libunbound-dev:i386
24
25 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
26
27 before_script: export PATH=$PATH:$HOME/bin
28
29 sudo: false
30
31 env:
32 - OPTS="--disable-ssl"
33 - TESTSUITE=1 KERNEL=3.16.54
34 - TESTSUITE=1 OPTS="--enable-shared"
35 - BUILD_ENV="-m32" OPTS="--disable-ssl"
36 - KERNEL=3.16.54 DPDK=1
37 - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
38 - KERNEL=4.14.47
39 - KERNEL=4.9.105
40 - KERNEL=4.4.135
41 - KERNEL=4.1.52
42 - KERNEL=3.16.56
43 - TESTSUITE=1 LIBS=-ljemalloc
44
45 matrix:
46 include:
47 - os: osx
48 compiler: clang
49 env: OPTS="--disable-ssl"
50
51 script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
52
53 notifications:
54 email:
55 recipients:
56 - ovs-build@openvswitch.org