summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLance Yang <Lance.Yang@arm.com>2020-03-30 20:54:03 +0800
committerWilliam Tu <u9012063@gmail.com>2020-04-09 14:35:58 -0700
commite5a9931b9a6447ca537f3d0dce5ca1867f62cf0b (patch)
tree7ca97154241243671e87d9e51592d9ceb599ae87 /.travis.yml
parent804ef1a7026f77b4c54388bdce3c8bb601c728c2 (diff)
downloadopenvswitch-e5a9931b9a6447ca537f3d0dce5ca1867f62cf0b.tar.gz
Travis: Enable clang compiler and unit test for arm CI
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> Signed-off-by: William Tu <u9012063@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 11497588b..527240a67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ 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"
@@ -62,10 +62,10 @@ matrix:
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