diff mbox series

[ovs-dev,v1,3/3] Travis: Enable clang compiler and unit test for arm CI

Message ID 20200330125403.35465-4-Lance.Yang@arm.com
State Accepted
Commit e99c53ee6167a3b12426ea1d9f913713dd80810b
Headers show
Series Add clang compiler and testsuite jobs for arm CI | expand

Commit Message

Lance Yang March 30, 2020, 12:54 p.m. UTC
From: Lance Yang <Lance.Yang@arm.com>

Enable testsuite and clang compiler for arm CI. In order not to increase
the CI jobs, selectively enable them in the existing jobs instead of
adding extra jobs.

Successful travis job build report:
https://travis-ci.org/github/yzyuestc/ovs/builds/667539360

Reviewed-by: Yanqin Wei <Yanqin.Wei@arm.com>
Reviewed-by: Malvika Gupta <Malvika.Gupta@arm.com>
Signed-off-by: Lance Yang <Lance.Yang@arm.com>
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 11497588b..527240a67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,19 +53,19 @@  matrix:
       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