.
This commit is contained in:
36
.travis.yml
36
.travis.yml
@ -21,15 +21,6 @@ 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
|
||||
@ -45,23 +36,12 @@ matrix:
|
||||
- name: apple-macOS-xcode
|
||||
os: osx
|
||||
|
||||
|
||||
# - name: linux-arm64-clang
|
||||
# dist: bionic
|
||||
# os: linux
|
||||
# arch: arm64
|
||||
# compiler: clang
|
||||
# env: CC=clang-6
|
||||
|
||||
# - name: linux-arm64-clang-7
|
||||
# dist: bionic
|
||||
# os: linux
|
||||
# arch: arm64
|
||||
# addons:
|
||||
# apt:
|
||||
# update: true
|
||||
# sources: *apt_sources
|
||||
# packages: [*apt_packages, 'clang-7']
|
||||
# env: CC=clang-7
|
||||
|
||||
- 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
|
||||
|
||||
|
Reference in New Issue
Block a user