summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: acf3c10fbf9c4df63894896abb7d16c86c0cc125 (plain)
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
54
55
language: c

os:
  - linux

cache:
  directories:
    - dpdk-dir

addons:
  apt:
    packages:
      - bc
      - libssl-dev
      - llvm-dev
      - libjemalloc1
      - libjemalloc-dev
      - libnuma-dev
      - libpcap-dev
      - python3-openssl
      - python3-pip
      - python3-sphinx
      - libelf-dev
      - selinux-policy-dev
      - libunbound-dev
      - libunwind-dev

before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh

before_script: export PATH=$PATH:$HOME/bin

matrix:
  include:
    - arch: arm64
      compiler: gcc
      env: TESTSUITE=1 DPDK=1
    - arch: arm64
      compiler: gcc
      env: KERNEL_LIST="5.5 4.19"
    - arch: arm64
      compiler: gcc
      env: KERNEL_LIST="4.9 3.16"
    - arch: arm64
      compiler: gcc
      env: DPDK_SHARED=1
    - arch: arm64
      compiler: clang
      env: OPTS="--disable-ssl"

script: ./.ci/${TRAVIS_OS_NAME}-build.sh $OPTS

notifications:
  email:
    recipients:
      - ovs-build@openvswitch.org