[dpdk-dev] [PATCH v4 4/4] ci: enable unit test for ppc64le
David Wilder
dwilder at us.ibm.com
Thu Apr 2 19:12:41 CEST 2020
Add Travis CI jobs to run unit tests on ppc64le platform.
Signed-off-by: David Wilder <dwilder at us.ibm.com>
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 2afb80e46..7db5c5c7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,6 +135,9 @@ jobs:
- env: DEF_LIB="static"
arch: ppc64le
compiler: gcc
+ - env: DEF_LIB="shared" RUN_TESTS=1
+ arch: ppc64le
+ compiler: gcc
- env: DEF_LIB="shared" BUILD_DOCS=1
arch: ppc64le
compiler: gcc
--
2.25.0
More information about the dev
mailing list