From a3ae9238c57d0a6410bd715cb11b4dd33cd7c9c9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 12 Jan 2019 05:34:05 +0200 Subject: [PATCH] Add more xcode configurations --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index 36e48cd..de65862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -228,6 +228,22 @@ matrix: - clang++-5.0 -I . -c -x cuda -nocudainc -nocudalib --cuda-gpu-arch=sm_30 -D__device__="__attribute__((device))" -std=c++1z libs/mp11/test/mp11.cpp - os: osx + osx_image: xcode7.3 + compiler: clang++ + env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z + + - os: osx + osx_image: xcode8.3 + compiler: clang++ + env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z + + - os: osx + osx_image: xcode9.4 + compiler: clang++ + env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z + + - os: osx + osx_image: xcode10.1 compiler: clang++ env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z