]> git.proxmox.com Git - ovs.git/blame - .travis.yml
dpif-netdev: Fix a couple of coding style issues.
[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
36924d61 18 - python-sphinx
e88b97cb 19
40a75bbf 20before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
826bc7b6 21
e88b97cb
DDP
22before_script: export PATH=$PATH:$HOME/bin
23
24sudo: false
0f89f1a7 25
826bc7b6
TG
26env:
27 - OPTS="--disable-ssl"
858d113e 28 - TESTSUITE=1 KERNEL=3.16.46
f71a0f83 29 - TESTSUITE=1 OPTS="--enable-shared"
b9aa727c 30 - BUILD_ENV="-m32" OPTS="--disable-ssl"
858d113e
GR
31 - KERNEL=3.16.46 DPDK=1
32 - KERNEL=3.16.46 DPDK=1 OPTS="--enable-shared"
33 - KERNEL=4.12.2
34 - KERNEL=4.11.11
35 - KERNEL=4.9.38
36 - KERNEL=4.4.77
37 - KERNEL=4.1.42
38 - KERNEL=3.10.107
48d3d488 39 - TESTSUITE=1 LIBS=-ljemalloc
826bc7b6 40
40a75bbf
LR
41matrix:
42 include:
43 - os: osx
44 compiler: clang
45 env: OPTS="--disable-ssl"
46
47script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
a139efa9
TG
48
49notifications:
50 email:
51 recipients:
08e790fd 52 - ovs-build@openvswitch.org