Skip to content

Commit b1c2f61

Browse files
committed
ci: Add ppc64le and s390x tests to TravisCI
We removed these tests because of our broken interface. Now, we aim to fix this issue and thus, expect it to work again. Signed-off-by: Johannes Demel <[email protected]>
1 parent 7b27dd4 commit b1c2f61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ matrix:
5656
env: MATRIX_EVAL="CC=clang && CXX=clang++"
5757
addons: {apt: {packages: [*common_packages, ]}}
5858

59+
- name: Linux s390x GCC 7
60+
arch: s390x
61+
env: MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
62+
addons: {apt: {packages: [*common_packages, ]}}
63+
64+
- name: Linux ppc64le GCC 7
65+
arch: ppc64le
66+
env: MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
67+
addons: {apt: {packages: [*common_packages, ]}}
68+
5969
script:
6070
- eval "${MATRIX_EVAL}"
6171
- lscpu

0 commit comments

Comments
 (0)