Skip to content

Commit

Permalink
ci: Add ppc64le and s390x tests to TravisCI
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jdemel committed Sep 26, 2021
1 parent 177fd8b commit a75f23f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ matrix:
env: MATRIX_EVAL="CC=clang && CXX=clang++"
addons: {apt: {packages: [*common_packages, ]}}

- name: Linux s390x GCC 7
arch: s390x
env: MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
addons: {apt: {packages: [*common_packages, ]}}

- name: Linux ppc64le GCC 7
arch: ppc64le
env: MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
addons: {apt: {packages: [*common_packages, ]}}

script:
- eval "${MATRIX_EVAL}"
- lscpu
Expand Down

0 comments on commit a75f23f

Please sign in to comment.