This commit is contained in:
x
2019-12-20 17:40:46 +01:00
parent 9fc42e3b74
commit 487100ae93

View File

@ -3,8 +3,8 @@ language: c
arch:
- amd64
# - arm64
# - s390x
# - ppc64le (gcc > 8.0)
# - s390x big endian
# - ppc64le (gcc > 8.0 sse->altivec)
compiler:
- gcc
@ -26,6 +26,13 @@ matrix:
arch: arm64
compiler: gcc
- name: linux-arm64-gcc
# dist: bionic
os: linux
arch: arm64
compiler: clang
env: CC=clang-6
- name: windows-mingw-w64
os: windows
arch: amd64