From 70335d7a551d452c7d396e18eba2495006d28ab8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 21 Apr 2020 23:07:57 +0200 Subject: [PATCH] Add Travis CI build using Xcode 11.3 Test with the latest Xcode release too. Make this build monolithic just to try to cover more possibilities. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 11f0bb397d..1e5f616d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,10 @@ matrix: compiler: clang env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_CXX_STANDARD=11" name: wxOSX Xcode 9.4 + - os: osx + osx_image: xcode11.3 + env: wxCONFIGURE_FLAGS="--enable-monolithic" + name: wxOSX Xcode 11.3 - dist: trusty compiler: gcc env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1