From 50b1f8b1836a89161afb3ab9d9bedb116d0c2967 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 7 May 2020 08:29:05 +0200 Subject: [PATCH] first attempt at ios travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38a8ba312c..38f73266f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,10 @@ matrix: osx_image: xcode11.3 env: wxCONFIGURE_FLAGS="--enable-monolithic --with-cxx=17 --with-macosx-version-min=10.12 --enable-stl" name: wxOSX Xcode 11.3 + - os: osx + osx_image: xcode11.4 + env: wxCONFIGURE_FLAGS="--enable-monolithic --with-cxx=17 ---host=i686-apple-darwin_sim --build=x86_64-apple-darwin17.7.0 --with-osx_iphone --with-macosx-version-min=9.0 --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) --enable-stl" + name: wxOSX iOS Xcode 11.4 - dist: bionic compiler: gcc env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1