wxWidgets/build/tools
Maarten Bent e4437c4974 Add iOS CMake build to Travis CI
Use the following CMake flags:
-DCMAKE_SYSTEM_NAME=iOS - for specifying it is an iOS build
-DCMAKE_FIND_ROOT_PATH=/usr/local - dir to search for the built wxWidgets libraries
-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO - don't require signing app packages
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 - specify a target so both the libraries and sample will use the same architecture

Also use the code signing flag when testing precompiled header support.
Don't build the default samples, widgets sample has features that are not supported by the iOS build.

Xcode seems to rebuild the libraries when installing, so call CMake only once.
2020-06-18 21:20:21 +02:00
..
msvs Increment version number to 3.1.4 2019-10-28 14:11:00 +01:00
appveyor-test.bat Specify CPU parameter for AppVeyor nmake builds 2019-12-01 00:06:44 +01:00
appveyor.bat Remove unnecessary arguments for nmake in AppVeyor script 2020-03-27 23:11:00 +01:00
before_install.sh Disable GUI parts build for PPC and S/390 Travis platforms 2020-04-22 18:26:02 +02:00
build-wxwidgets.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
builder.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
post-release.sh Fix SHA-1 update script to work with the current release.md 2018-12-09 16:52:40 +01:00
pre-release.sh Allow running pre/post-release scripts from any directory 2017-11-16 18:49:45 +01:00
release.bat Release script improvements. 2015-11-15 13:56:52 -07:00
release.sh Silence "make allmo" during release archives build 2017-11-16 23:37:24 +01:00
travis-ci.sh Add iOS CMake build to Travis CI 2020-06-18 21:20:21 +02:00
wxwidgets.iss Add uninstall icon to installer script 2019-11-29 00:21:25 +01:00