]> git.proxmox.com Git - mirror_ovs.git/blobdiff - .travis.yml
acinclude: Warn when --with-linux parameter is supplied.
[mirror_ovs.git] / .travis.yml
index ef907caea31a7cfb33a766cd95f2bb875463ece4..51d051108091bb1ae3d9af2c8c11853982b3224c 100644 (file)
@@ -1,52 +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
+      - 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.15.3
-  - KERNEL=4.14.19
-  - KERNEL=4.9.81
-  - KERNEL=4.4.115
-  - KERNEL=4.1.49
-  - KERNEL=3.10.108
-  - 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: