.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -5,7 +5,6 @@ compiler:
|
||||
- clang
|
||||
|
||||
arch:
|
||||
- arm64
|
||||
- amd64
|
||||
|
||||
branches:
|
||||
@ -20,6 +19,11 @@ script:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- name: Linux
|
||||
os: linux
|
||||
arch: arm64
|
||||
compiler: gcc
|
||||
|
||||
- name: Linux
|
||||
os: linux
|
||||
|
||||
@ -34,12 +38,8 @@ matrix:
|
||||
- name: macOS, xcode11
|
||||
os: osx
|
||||
osx_image: xcode11
|
||||
script:
|
||||
- make
|
||||
|
||||
- name: macOS, xcode9.4
|
||||
os: osx
|
||||
osx_image: xcode9.4
|
||||
script:
|
||||
- make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user