Add more architectures to Travis

This commit is contained in:
Peter Dimov
2020-01-13 17:16:17 +02:00
parent 69c020ea8f
commit 94bf4b41f4

View File

@ -1,4 +1,4 @@
# Copyright 2016-2018 Peter Dimov
# Copyright 2016-2020 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
@ -301,6 +301,21 @@ matrix:
packages:
- libc++-dev
- os: linux
arch: arm64
compiler: g++
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
- os: linux
arch: ppc64le
compiler: g++
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
- os: linux
arch: s390x
compiler: g++
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
- os: osx
osx_image: xcode6.4
compiler: clang++