]> git.proxmox.com Git - mirror_ovs.git/blame - .travis.yml
doc: Add info on vhost tx retries.
[mirror_ovs.git] / .travis.yml
CommitLineData
826bc7b6
TG
1language: c
2compiler:
3 - gcc
4 - clang
5
40a75bbf
LR
6os:
7 - linux
8
e88b97cb
DDP
9addons:
10 apt:
11 packages:
34e1211b
DDP
12 - bc
13 - gcc-multilib
e88b97cb
DDP
14 - libssl-dev
15 - llvm-dev
48d3d488
RBE
16 - libjemalloc1
17 - libjemalloc-dev
dc92f724 18 - libnuma-dev
36924d61 19 - python-sphinx
be7b1655 20 - libelf-dev
6330f300 21 - selinux-policy-dev
771680d9
YS
22 - libunbound-dev
23 - libunbound-dev:i386
e88b97cb 24
40a75bbf 25before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
826bc7b6 26
e88b97cb
DDP
27before_script: export PATH=$PATH:$HOME/bin
28
826bc7b6
TG
29env:
30 - OPTS="--disable-ssl"
c94e2d64 31 - TESTSUITE=1 KERNEL=3.16
f71a0f83 32 - TESTSUITE=1 OPTS="--enable-shared"
b9aa727c 33 - BUILD_ENV="-m32" OPTS="--disable-ssl"
bb16fbcc
IM
34 - DPDK=1 OPTS="--enable-shared"
35 - TESTSUITE=1 DPDK=1
36 - DPDK_SHARED=1
37 - DPDK_SHARED=1 OPTS="--enable-shared"
2adada0e 38 - KERNEL=5.0
c94e2d64
IM
39 - KERNEL=4.20
40 - KERNEL=4.19
41 - KERNEL=4.18
42 - KERNEL=4.17
43 - KERNEL=4.16
44 - KERNEL=4.15
45 - KERNEL=4.14
46 - KERNEL=4.9
47 - KERNEL=4.4
48 - KERNEL=3.19
49 - KERNEL=3.16
48d3d488 50 - TESTSUITE=1 LIBS=-ljemalloc
826bc7b6 51
40a75bbf
LR
52matrix:
53 include:
54 - os: osx
55 compiler: clang
56 env: OPTS="--disable-ssl"
57
58script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
a139efa9
TG
59
60notifications:
61 email:
62 recipients:
08e790fd 63 - ovs-build@openvswitch.org