]> git.proxmox.com Git - ovs.git/blame - .travis.yml
datapath: Check if gre kernel module is loaded
[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
e88b97cb 22
40a75bbf 23before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
826bc7b6 24
e88b97cb
DDP
25before_script: export PATH=$PATH:$HOME/bin
26
27sudo: false
0f89f1a7 28
826bc7b6
TG
29env:
30 - OPTS="--disable-ssl"
bdd508b6 31 - TESTSUITE=1 KERNEL=3.16.54
f71a0f83 32 - TESTSUITE=1 OPTS="--enable-shared"
b9aa727c 33 - BUILD_ENV="-m32" OPTS="--disable-ssl"
bdd508b6
GR
34 - KERNEL=3.16.54 DPDK=1
35 - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
436d36db
GR
36 - KERNEL=4.14.47
37 - KERNEL=4.9.105
38 - KERNEL=4.4.135
39 - KERNEL=4.1.52
40 - KERNEL=3.16.56
48d3d488 41 - TESTSUITE=1 LIBS=-ljemalloc
826bc7b6 42
40a75bbf
LR
43matrix:
44 include:
45 - os: osx
46 compiler: clang
47 env: OPTS="--disable-ssl"
48
49script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
a139efa9
TG
50
51notifications:
52 email:
53 recipients:
08e790fd 54 - ovs-build@openvswitch.org