From 94bf4b41f49cede46ebe528a1cb81ab9927bd8b5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 13 Jan 2020 17:16:17 +0200 Subject: [PATCH] Add more architectures to Travis --- .travis.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa2f9fa..e806c6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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++