]> git.proxmox.com Git - mirror_ovs.git/blob - .travis.yml
ci: Get rid of OVS_CFLAGS in CI scripts.
[mirror_ovs.git] / .travis.yml
1 language: c
2 compiler:
3 - gcc
4 - clang
5
6 os:
7 - linux
8
9 cache:
10 directories:
11 - dpdk-dir
12
13 addons:
14 apt:
15 packages:
16 - bc
17 - gcc-multilib
18 - libssl-dev
19 - llvm-dev
20 - libjemalloc1
21 - libjemalloc-dev
22 - libnuma-dev
23 - python3-sphinx
24 - libelf-dev
25 - selinux-policy-dev
26 - libunbound-dev
27 - libunbound-dev:i386
28 - libunwind-dev
29
30 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
31
32 before_script: export PATH=$PATH:$HOME/bin
33
34 env:
35 - OPTS="--disable-ssl"
36 - TESTSUITE=1 KERNEL=3.16
37 - TESTSUITE=1 OPTS="--enable-shared"
38 - TESTSUITE=1 DPDK=1
39 - TESTSUITE=1 LIBS=-ljemalloc
40 - KERNEL_LIST="5.0 4.20 4.19 4.18 4.17 4.16"
41 - KERNEL_LIST="4.15 4.14 4.9 4.4 3.19 3.16"
42 - M32=1 OPTS="--disable-ssl"
43 - DPDK=1 OPTS="--enable-shared"
44 - DPDK_SHARED=1
45 - DPDK_SHARED=1 OPTS="--enable-shared"
46
47 matrix:
48 include:
49 - os: osx
50 compiler: clang
51 env: OPTS="--disable-ssl"
52
53 script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
54
55 notifications:
56 email:
57 recipients:
58 - ovs-build@openvswitch.org