From b337fb86f95a0219129b9e3242ce01f7f26618fc Mon Sep 17 00:00:00 2001 From: x Date: Sun, 22 Dec 2019 15:07:12 +0100 Subject: [PATCH] . --- .travis.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e79fe31..a83047b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,27 @@ matrix: - 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-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 +