Lines Matching full:ios

3 …atforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and OS X on…
7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato…
103 elif [ "$IOS" = "yes" ]; then
104 ./contrib/ios/install_tools.sh
138 The fifth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/android/install_…
181 ## iOS builds
183iOS builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. i…
185 ### iOS job
192 name: Apple iPhone on iOS, armv7
195 - IOS=yes
196 - AUTOTOOLS_HOST=armv7-apple-ios
197 - OPENSSL_HOST=ios-cross
205 …or OpenSSL, Expat and LDNS. This step is handled in by the script `contrib/ios/install_tools.sh`. …
212 elif [ "$IOS" = "yes" ]; then
213 ./contrib/ios/install_tools.sh
217 ### iOS environment
219iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`. The script is `sourced…
221ios/setenv_ios.sh` knows which toolchain and architecture to select by inspecting environmental va…
223 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
240 The fourth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/ios/install_ope…
242 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
246ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
248 … `no-engine`. Engines require dynamic loading so engines are disabled permanently in `15-ios.conf`.
250 ### iOS build
255 elif [ "$IOS" = "yes" ]; then
258 source ./contrib/ios/setenv_ios.sh
259 ./contrib/ios/install_openssl.sh
260 ./contrib/ios/bootstrap_ldns.sh
270 Travis only smoke tests an iOS build using a compile, link and install. The self tests are not run.…
272 ### iOS flags
274 `contrib/ios/setenv_ios.sh` uses specific flags for `CFLAGS` and `CXXFLAGS`. They are taken from Xc…