From ac7af9697c47d4725ca8cc99f5ff508bf897a776 Mon Sep 17 00:00:00 2001 From: Devendranath Thadi Date: Wed, 18 Nov 2020 14:14:29 +0000 Subject: [PATCH] Travis-ci: added support for ppc64le --- .travis.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c4e186..61bd49e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,47 @@ matrix: - DEBUG=yes - CC=gcc - CXX=g++ +#power Jobs Added + - compiler: gcc + arch: pc64le + env: + - TYPE=autotools + - CONFIGURE_OPTION='--enable-debug --enable-gcov --with-malloc=jemalloc' + - COVERALLS=yes + - VALGRIND=no + - DEBUG=yes + - CC=gcc + - CXX=g++ + - compiler: gcc + arch: ppc64le + env: + - TYPE=autotools + - CONFIGURE_OPTION='--enable-debug --enable-gcov' + - COVERALLS=yes + - VALGRIND=yes + - DEBUG=yes + - CC=gcc + - CXX=g++ + - compiler: clang + arch: ppc64le + env: + - TYPE=autotools + - CONFIGURE_OPTION='--enable-debug --enable-gcov' + - COVERALLS=yes + - VALGRIND=yes + - DEBUG=yes + - CC=clang + - CXX=clang++ + - compiler: gcc + arch: ppc64le + env: + - TYPE=cmake + - CONFIGURE_OPTION='--enable-debug --enable-gcov' + - COVERALLS=yes + - VALGRIND=yes + - DEBUG=yes + - CC=gcc + - CXX=g++ before_install: - docker run -d