]> git.proxmox.com Git - mirror_ovs.git/blobdiff - .travis.yml
NEWS: Move '--offload-stats' entry to correct release.
[mirror_ovs.git] / .travis.yml
index a2ef8bde5fa4994d355d7a51ac309785aa8ac9e4..51d051108091bb1ae3d9af2c8c11853982b3224c 100644 (file)
@@ -1,57 +1,56 @@
 language: c
-compiler:
-  - gcc
-  - clang
 
 os:
   - linux
 
+cache:
+  directories:
+    - dpdk-dir
+
 addons:
   apt:
     packages:
       - bc
-      - gcc-multilib
       - libssl-dev
       - llvm-dev
       - libjemalloc1
       - libjemalloc-dev
       - libnuma-dev
-      - python-sphinx
+      - libpcap-dev
+      - python3-openssl
+      - python3-pip
+      - python3-sphinx
       - libelf-dev
       - selinux-policy-dev
       - libunbound-dev
-      - libunbound-dev:i386
+      - libunwind-dev
+      - python3-setuptools
+      - python3-wheel
+      - ninja-build
 
-before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
+before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh
 
 before_script: export PATH=$PATH:$HOME/bin
 
-sudo: false
-
-env:
-  - OPTS="--disable-ssl"
-  - TESTSUITE=1 KERNEL=3.16.54
-  - TESTSUITE=1 OPTS="--enable-shared"
-  - BUILD_ENV="-m32" OPTS="--disable-ssl"
-  - KERNEL=3.16.54 DPDK=1
-  - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
-  - KERNEL=4.17.14
-  - KERNEL=4.16.18
-  - KERNEL=4.15.18
-  - KERNEL=4.14.63
-  - KERNEL=4.9.120
-  - KERNEL=4.4.148
-  - KERNEL=3.19.8
-  - KERNEL=3.16.57
-  - TESTSUITE=1 LIBS=-ljemalloc
-
 matrix:
   include:
-    - os: osx
+    - 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: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
+script: ./.ci/${TRAVIS_OS_NAME}-build.sh $OPTS
 
 notifications:
   email: