.
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user