.
This commit is contained in:
18
.travis.yml
18
.travis.yml
@ -21,6 +21,15 @@ script:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- name: linux-ppc64le-gcc-9
|
||||
arch: ppc64le
|
||||
compiler: gcc
|
||||
env: CC=gcc-9
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get -y update
|
||||
- sudo apt-get -y install gcc-9
|
||||
|
||||
- name: linux-arm64-gcc
|
||||
os: linux
|
||||
arch: arm64
|
||||
@ -36,15 +45,6 @@ matrix:
|
||||
- name: apple-macOS-xcode
|
||||
os: osx
|
||||
|
||||
- name: linux-ppc64le-gcc-9
|
||||
os: linux
|
||||
arch: ppc64le
|
||||
compiler: gcc
|
||||
env: CC=gcc-9
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get -y update
|
||||
- sudo apt-get -y install gcc-9
|
||||
|
||||
# - name: linux-arm64-clang
|
||||
# dist: bionic
|
||||
|
||||
Reference in New Issue
Block a user