forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
53 lines (44 loc) · 916 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
language: c
compiler:
- gcc
- clang
os:
- linux
addons:
apt:
packages:
- bc
- gcc-multilib
- libssl-dev
- llvm-dev
- libjemalloc1
- libjemalloc-dev
- python-sphinx
before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
before_script: export PATH=$PATH:$HOME/bin
dist: trusty
sudo: false
env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=3.16.46
- TESTSUITE=1 OPTS="--enable-shared"
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.16.46 DPDK=1
- KERNEL=3.16.46 DPDK=1 OPTS="--enable-shared"
- KERNEL=4.12.2
- KERNEL=4.11.11
- KERNEL=4.9.38
- KERNEL=4.4.77
- KERNEL=4.1.42
- KERNEL=3.10.107
- TESTSUITE=1 LIBS=-ljemalloc
matrix:
include:
- os: osx
compiler: clang
env: OPTS="--disable-ssl"
script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
notifications:
email:
recipients: