summaryrefslogtreecommitdiff
path: root/ci/ios
Commit message (Collapse)AuthorAgeFilesLines
* Remove license headersYuki Okushi2020-04-111-10/+0
|
* Add an integration test for the cmsg(3) functions.Alan Somers2019-02-051-2/+5
| | | | | | | | | | | | | | | | | Since these are defined in C as macros, they must be reimplemented in libc as Rust functions. They're hard to get exactly right, and they vary from platform to platform. The test builds custom C code that uses the real macros, and compares its output to the Rust versions' output for various inputs. Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error. Issue #1239 Skip the entire cmsg test program on s390x because it dumps core seemingly before the kernel finishes booting. Issue #1240
* Fix OSX builders on CIAlex Crichton2018-08-011-0/+1
| | | | | Looks like Travis has moved on from our old images, so we're forced to update.
* Touch up the iOS deploy scriptAlex Crichton2017-01-181-47/+90
|
* Removed non-mandatory UIRequiredDeviceCapabilitiesKevin Brothaler2017-01-171-6/+2
| | | | | It’s not clear if these values are used or needed by the simulator. The doc only seems to mention arm values for the actual device: https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW3
* Replace Python script with Rust script.Kevin Brothaler2017-01-172-114/+132
|
* Fix i386-apple-iosKevin Brothaler2017-01-171-0/+0
|
* Pass the tests only if we find an expected positive output (rather than ↵Kevin Brothaler2017-01-171-4/+4
| | | | checking for negative output to fail the tests).
* Update output check based on all.rs test outputKevin Brothaler2017-01-171-1/+2
|
* Run the unit tests on the iOS simulator for x86_64-apple-iosKevin Brothaler2017-01-171-0/+113