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.
This commit is contained in:
Vadim Zeitlin 2020-04-21 23:07:57 +02:00
parent 694f0c59e7
commit 70335d7a55

View File

@ -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