summaryrefslogtreecommitdiff
path: root/platform/macos/bitrise.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build] Disable iOS and macOS builds on Bitriseupstream/fb-circleci-aguaJason Wray2017-10-251-32/+2
|
* [macos] Fix nightly build scriptJohn Firebaugh2017-03-171-1/+1
| | | | | | `apt-get install` commands were present when the nightly build was introduced. Prior to 12b99f0 they were in a separate section without `set -eu -o pipefail`, so the error was ignored. I assume they are not needed, since the build was succeeding despite the error. While here, ensure xcpretty is installed.
* [macos] Simplify bitrise.ymlJohn Firebaugh2017-03-101-35/+3
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-101-18/+0
|
* [build] add binary size logging to macOS nightliesKonstantin Käfer2016-11-151-0/+30
|
* [macos] Merge mbgl-{test,benchmark} into CI schemeBruno de Oliveira Abinader2016-10-121-23/+2
|
* [test] Deploy core test fixtures on BitriseBruno de Oliveira Abinader2016-10-111-0/+2
|
* [macos] Restore core unit tests in CIJohn Firebaugh2016-10-061-0/+1
|
* [build] Add support for 'benchmark' target on macOSBruno de Oliveira Abinader2016-10-051-0/+10
|
* [ios, macos] Rewrote CI scriptsMinh Nguyễn2016-09-281-2/+34
| | | | 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.
* [macos] Restored unit tests on CIMinh Nguyễn2016-09-281-0/+1
| | | | | | Restored the make rule for running macOS SDK unit tests. Invoke that rule on Bitrise. Fixes #5991.
* [build] fix various CI buildsKonstantin Käfer2016-08-051-1/+1
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+1
| | | | This is very much a work in progress.
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-0/+54
Also renamed as many references to OS X as possible to macOS in documentation.