summaryrefslogtreecommitdiff
path: root/circle.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build] Adjust CircleCI resource classes and job countsJason Wray2019-03-061-18/+22
|
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-051-4/+4
|
* [ios, build] Trigger automated site and docs generation during releasesJason Wray2019-02-261-0/+1
|
* [android] run unit tests before building the libraryŁukasz Paczos2019-02-261-3/+3
|
* [android] initialize vendor submodules as a CI stepŁukasz Paczos2019-02-211-0/+6
|
* [android] - update downstream circle-ci job name (#13872)Tobrun2019-02-061-1/+1
|
* [build, ios] Update jazzy to 0.9.5Jason Wray2019-01-291-5/+4
|
* [android] android nitpick script, verify submodule pinsŁukasz Paczos2019-01-291-0/+6
|
* [android] - prioritise running benchmarks when building master release build ↵Tobrun2019-01-281-16/+16
| | | | (#13801)
* [core] - trigger core benchmark run as part of merging a PR to mastertobrun2019-01-231-2/+10
|
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-211-2/+6
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [android] change vendor modules update scriptŁukasz Paczos2019-01-151-6/+0
|
* [android] mapbox-gestures-android vendorŁukasz Paczos2019-01-151-0/+6
|
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-2/+2
|
* [build] add a Buck build and BUCK file for AndroidKonstantin Käfer2019-01-091-0/+21
|
* [android] - invoke benchmark run from circle-citobrun2018-12-181-0/+8
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-2/+2
|
* [build] use newer compiler versions for some buildsKonstantin Käfer2018-11-281-51/+23
|
* [build] use updated docker imagesKonstantin Käfer2018-11-141-13/+23
|
* [qt] Deprecate Qt4 and old versions of Qt5Thiago Marcos P. Santos2018-11-131-25/+0
| | | | Not enough adoption to keep the platform alive.
* [build] Temporarily reduce number of jobs for failing CI buildsJason Wray2018-11-091-14/+14
| | | This should be reverted once higher-resource CI containers are available again.
* [build] Update to Xcode 10.1 on CircleCIandroid-v6.6.6Jason Wray2018-11-081-8/+8
|
* Switch code coverage system to CodeCov (#13297)Jordan Kiley2018-11-081-2/+4
|
* [ios, build] Stop running Integration Tests target on CircleCIJason Wray2018-11-021-1/+0
| | | | These are evidently too inconsistent to run on CircleCI under Xcode 10.
* [build] Update CircleCI jobs to Xcode 10.0Jason Wray2018-11-021-16/+8
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-5/+0
| | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
* [build] Show ccache stats on CircleCI againJason Wray2018-10-261-1/+1
|
* [android] - remove shell command when activating google cloud service accountTobrun2018-10-241-1/+0
|
* [core, test] Add BiDi unit testChris Loer2018-10-151-1/+1
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [ios, build] Check symbol namespacing for mapbox-events-iosJason Wray2018-10-031-0/+3
|
* [darwin] Rename 'make check-public-symbols' to darwin-check-public-symbolsJason Wray2018-10-031-1/+1
|
* [build] upgrade CircleCI configuration to use inline commandsKonstantin Käfer2018-10-021-548/+343
|
* [ios, build] Build releases with Xcode 10.0Jason Wray2018-09-261-2/+2
|
* [android, build] Add firebase skipping to android-gnustl-arm-v7Jason Wray2018-09-251-44/+39
|
* [build, ios] Add canary Xcode 10 CircleCI jobJason Wray2018-09-201-0/+34
|
* [ios, build] Remove broken link from deploy Slack notificationJason Wray2018-09-171-3/+3
|
* [ios, build] Bump timeout for ios-release to 5mJason Wray2018-09-171-1/+1
|
* [build] Reduce CircleCI timeouts for iOS/macOS buildsJason Wray2018-09-171-0/+3
| | | | These jobs have constant output and don't need the default 10 minute timeout, so failing sooner (in the event of an npm outage/bug, for example) is advantangeous for us.
* [build] add android-gnustl-arm-v7 CI jobAnand Thakker2018-09-111-0/+81
|
* [build] use vendored version of ICUKonstantin Käfer2018-09-051-1/+1
|
* [build] Skip Android device tests via commit messageJason Wray2018-09-041-2/+10
| | | | | | - Add `[skip firebase]` anywhere in your commit message to avoid running Firebase tests for that commit. - Also skips if the latest commit message only includes `[ios]`, `[macos]`, `[ios, macos]`, or `[darwin]`. - Only skips if included in the most recent commit message.
* [build] Fix ios-release-tag slack notificationios-v4.4.0-alpha.2Jason Wray2018-08-291-1/+1
|
* [build] Add Slack notifications for important iOS buildsJason Wray2018-08-281-0/+40
| | | | | - Notifies #apple when nightly builds fail. - Notifies #apple when release deployment jobs start/finish.
* [build] Run lower-value iOS CircleCI builds as nightliesJason Wray2018-08-221-3/+3
| | | | These jobs have a low incidence of unique meaningful failures and are mostly just informational, so running them less often preserves most of their value and frees up relatively scarce CircleCI macOS concurrency.
* [android] - store release so files with debugging informationtobrun2018-08-151-0/+21
|
* [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary sizeJohn Firebaugh2018-08-101-3/+3
|
* [ios, build] Bump CircleCI to Xcode 9.4.1Jason Wray2018-07-311-8/+8
|
* [android] - unbound variable with external PRtobrun2018-07-271-3/+0
|
* [android] - validate if circle-ci var is unsettobrun2018-07-261-4/+4
|
* [android] - fix circle ci configuration for building forked PRstobrun2018-07-231-16/+24
|