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