]> git.proxmox.com Git - ovs.git/blob - .travis.yml
utilities: Fix conntrack flush command
[ovs.git] / .travis.yml
1 language: c
2 compiler:
3 - gcc
4 - clang
5
6 os:
7 - linux
8
9 addons:
10 apt:
11 packages:
12 - bc
13 - gcc-multilib
14 - libssl-dev
15 - llvm-dev
16 - libjemalloc1
17 - libjemalloc-dev
18 - libnuma-dev
19 - python-sphinx
20 - libelf-dev
21 - selinux-policy-dev
22
23 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
24
25 before_script: export PATH=$PATH:$HOME/bin
26
27 sudo: false
28
29 env:
30 - OPTS="--disable-ssl"
31 - TESTSUITE=1 KERNEL=3.16.54
32 - TESTSUITE=1 OPTS="--enable-shared"
33 - BUILD_ENV="-m32" OPTS="--disable-ssl"
34 - KERNEL=3.16.54 DPDK=1
35 - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
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
41 - TESTSUITE=1 LIBS=-ljemalloc
42
43 matrix:
44 include:
45 - os: osx
46 compiler: clang
47 env: OPTS="--disable-ssl"
48
49 script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
50
51 notifications:
52 email:
53 recipients:
54 - ovs-build@openvswitch.org