]> git.proxmox.com Git - mirror_ovs.git/blobdiff - .travis.yml
acinclude: Warn when --with-linux parameter is supplied.
[mirror_ovs.git] / .travis.yml
index 11497588b3b5246189c709aab2091443c1402315..51d051108091bb1ae3d9af2c8c11853982b3224c 100644 (file)
@@ -1,7 +1,4 @@
 language: c
-compiler:
-  - gcc
-  - clang
 
 os:
   - linux
@@ -27,47 +24,33 @@ addons:
       - 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
 
-env:
-  - OPTS="--disable-ssl"
-  - TESTSUITE=1 KERNEL=3.16
-  - TESTSUITE=1 OPTS="--enable-shared"
-  - TESTSUITE=1 DPDK=1
-  - TESTSUITE=1 LIBS=-ljemalloc
-  - KERNEL_LIST="5.5  4.20 4.19 4.18 4.17 4.16"
-  - KERNEL_LIST="4.15 4.14 4.9  4.4  3.19 3.16"
-  - AFXDP=1 KERNEL=5.3
-  - M32=1 OPTS="--disable-ssl"
-  - DPDK=1 OPTS="--enable-shared"
-  - DPDK_SHARED=1
-  - DPDK_SHARED=1 OPTS="--enable-shared"
-
 matrix:
   include:
-    - os: osx
-      compiler: clang
-      env: OPTS="--disable-ssl"
     - arch: arm64
       compiler: gcc
-      env: OPTS="--disable-ssl"
+      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=1 OPTS="--enable-shared"
     - 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: