first attempt at ios travis
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user