This commit is contained in:
x
2019-12-19 20:05:07 +01:00
parent ec0335c8ac
commit 56ba780a3a

View File

@ -2,7 +2,7 @@ language: c
arch: arch:
- amd64 - amd64
- arm64 # - arm64
# - s390x # - s390x
# - ppc64le (gcc > 8.0) # - ppc64le (gcc > 8.0)
@ -19,6 +19,11 @@ script:
matrix: matrix:
include: include:
- name: linux-arm64-gcc
os: linux
arch: arm64
compiler: gcc
- name: linux-ppc64le-gcc-9 - name: linux-ppc64le-gcc-9
env: CC=gcc-9 env: CC=gcc-9
arch: ppc64le arch: ppc64le