This commit is contained in:
x
2019-12-22 14:45:08 +01:00
parent aa2f3a3569
commit 5e05be7b4c

View File

@ -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