.
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -21,12 +21,6 @@ script:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: linux-arm64-gcc
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
compiler: gcc
|
|
||||||
|
|
||||||
# travis error, try later
|
|
||||||
- name: linux-ppc64le-gcc-9
|
- name: linux-ppc64le-gcc-9
|
||||||
env: CC=gcc-9
|
env: CC=gcc-9
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
@ -35,6 +29,11 @@ matrix:
|
|||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install gcc-9
|
- sudo apt-get -y install gcc-9
|
||||||
|
|
||||||
|
- name: linux-arm64-gcc
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
compiler: gcc
|
||||||
|
|
||||||
- name: windows-mingw-w64
|
- name: windows-mingw-w64
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: windows
|
os: windows
|
||||||
|
Reference in New Issue
Block a user