summaryrefslogtreecommitdiff
path: root/platform/ios/bitrise.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build] Disable iOS and macOS builds on Bitriseupstream/fb-circleci-aguaJason Wray2017-10-251-41/+2
|
* [ios, build] Force Bitrise to install pipJason Wray2017-10-181-6/+2
|
* [ios, build] Remove unnecessary apt-get in Bitrise workflowsJason Wray2017-10-101-2/+0
|
* [ios, build] Add tag-based Bitrise iOS deployment workflowJason Wray2017-10-101-2/+45
|
* [ios] remove ios-simFredrik Karlsson2017-09-271-2/+0
|
* [build] Post nightly build status to SlackJason Wray2017-03-161-0/+15
|
* [ios] Add nightly build infrastructureJason Wray2017-03-101-0/+1
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-101-19/+0
|
* [build] add binary size logging to iOS nightliesKonstantin Käfer2016-11-151-0/+31
|
* [ios, macos] Rewrote CI scriptsMinh Nguyễn2016-09-281-5/+21
| | | | Broke up the iOS and macOS Bitrise scripts into several steps each for more granular progress and failure reporting and to take advantage of better error reporting in the built-in Bitrise steps. Added a step to deploy Xcode test results and (in the event of a failure) raw xcodebuild output to Bitrise.io, with a handy link from the Bitrise UI.
* [build] unify naming of Makefile targetsKonstantin Käfer2016-08-051-1/+1
| | | | | `make foo` just builds `make run-foo` builds and runs
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+1
| | | | This is very much a work in progress.
* [ios, osx] The return of xcpretty, part II (#4676)John Firebaugh2016-04-111-0/+1
|
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-111-0/+2
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-5/+4
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [ios] Use make itest instead of Bitrise build stepJohn Firebaugh2016-03-231-9/+1
|
* [ios] Remove unnecessary build stepsJohn Firebaugh2016-03-231-14/+2
|
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-1/+1
|
* [ios] Generate API documentation using jazzyMinh Nguyễn2016-01-051-2/+1
| | | | | | Replaced appledoc usage with jazzy, which understands modern Objective-C syntax by virtue of using Clang ASTs. Nevertheless, we have to make lots of changes to our documentation syntax, which was tailored to appledocs quirks. The new syntax jives much better with what Xcode expects in terms of auto-indentation and Quick Help. Fixes #1420.
* [android, ios, osx] Emoji ⇢ ASCII in Bitrise notificationsJohn Firebaugh2016-01-051-2/+2
|
* [android, ios, osx] Moved platform identifier into Slack user nameMinh Nguyễn2015-12-241-6/+8
| | | | Also customized links for brevity.
* [osx] Bitrise configurationMinh Nguyễn2015-12-241-3/+4
| | | | Fixes #2776.
* [ios, android] Remove unnecessary portions of bitrise.ymlJohn Firebaugh2015-12-151-8/+0
|
* [ios, android] Remove version specifier to avoid Bitrise upgrade nagJohn Firebaugh2015-12-151-6/+6
|
* [ios] Move bitrise.yml into platform/iosJohn Firebaugh2015-12-151-0/+81