]> git.proxmox.com Git - ovs.git/blame - .travis.yml
dpif-netdev: Add percentage of pmd/core used by each rxq.
[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
e88b97cb 20
40a75bbf 21before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
826bc7b6 22
e88b97cb
DDP
23before_script: export PATH=$PATH:$HOME/bin
24
25sudo: false
0f89f1a7 26
826bc7b6
TG
27env:
28 - OPTS="--disable-ssl"
4a135421 29 - TESTSUITE=1 KERNEL=3.16.47
f71a0f83 30 - TESTSUITE=1 OPTS="--enable-shared"
b9aa727c 31 - BUILD_ENV="-m32" OPTS="--disable-ssl"
4a135421
GR
32 - KERNEL=3.16.47 DPDK=1
33 - KERNEL=3.16.47 DPDK=1 OPTS="--enable-shared"
34 - KERNEL=4.13
35 - KERNEL=4.12.11
36 - KERNEL=4.9.48
37 - KERNEL=4.4.87
38 - KERNEL=4.1.43
858d113e 39 - KERNEL=3.10.107
48d3d488 40 - TESTSUITE=1 LIBS=-ljemalloc
826bc7b6 41
40a75bbf
LR
42matrix:
43 include:
44 - os: osx
45 compiler: clang
46 env: OPTS="--disable-ssl"
47
48script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
a139efa9
TG
49
50notifications:
51 email:
52 recipients:
08e790fd 53 - ovs-build@openvswitch.org