]> git.proxmox.com Git - mirror_ovs.git/blame - .travis.yml
poll-loop: Fix assertion in poll_create_node().
[mirror_ovs.git] / .travis.yml
CommitLineData
826bc7b6
TG
1language: c
2compiler:
3 - gcc
4 - clang
5
6before_install: ./.travis/prepare.sh
7
0f89f1a7
AC
8sudo: true
9
826bc7b6
TG
10env:
11 - OPTS="--disable-ssl"
0234d90b 12 - TESTSUITE=1 KERNEL=3.18.1
f71a0f83 13 - TESTSUITE=1 OPTS="--enable-shared"
b9aa727c 14 - BUILD_ENV="-m32" OPTS="--disable-ssl"
c0cddcec
JS
15 - KERNEL=4.1.6
16 - KERNEL=4.0.9
0234d90b
TG
17 - KERNEL=3.17.7 DPDK=1
18 - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
19 - KERNEL=3.17.7
517f9311 20 - KERNEL=3.16.7
0234d90b
TG
21 - KERNEL=3.14.27
22 - KERNEL=3.12.35
23 - KERNEL=3.10.63
24 - KERNEL=3.4.105
25 - KERNEL=2.6.32.65
826bc7b6
TG
26
27script: ./.travis/build.sh $OPTS
a139efa9
TG
28
29notifications:
30 email:
31 recipients:
d14275e1 32 - build@openvswitch.org