summaryrefslogtreecommitdiff
path: root/circle.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build, qt] Work around for chown'ing /usr/localJason Wray2018-04-101-6/+3
| | | | | macOS 10.13 no longer allows wholesale chown'ing of /usr/local (and this approach also works in 10.12).
* [build, ios] Bump CircleCI builds to Xcode 9.3Jason Wray2018-04-101-8/+8
|
* [ios, build] Enable ios-sanitize-address build on CircleCIJason Wray2018-03-301-1/+1
|
* [build] Save raw Xcode build logsupstream/fb-more-sanitizersJason Wray2018-03-261-0/+26
|
* [ios, build] Run static analyzer on CircleCIJason Wray2018-03-261-0/+20
|
* [ios, build] Run undefined behavior sanitizer on CircleCIJason Wray2018-03-261-7/+7
|
* [ios, build] Move iOS release builds to CircleCIJason Wray2018-03-141-0/+34
|
* [android] build release Test App before publishing (#11418)Łukasz Paczos2018-03-141-0/+3
|
* [android] - blacklist flaky instrumentation testsTobrun2018-02-051-13/+2
|
* [android] - release android v6.0.0-beta.1android-v6.0.0-beta.1Tobrun2018-01-291-1/+1
|
* [build] Add build that verifies that the code generator was runKonstantin Käfer2018-01-241-0/+22
|
* [build] Add build that verifies the submodule pin is up-to-dateKonstantin Käfer2018-01-241-0/+26
|
* Adds an `ios-integration-test` Makefile target to run on CI (circle.yml)Andrew Kitchen2018-01-191-0/+5
|
* [android] - move gradle files to dedicated folderTobrun2018-01-111-2/+2
|
* [android] - Firebase configuration update, change device under test to Pixel ↵Tobrun2018-01-111-1/+1
| | | | running Android 8.0
* [build] Update to Xcode 9.2 on CircleCI (#10893)Jason Wray2018-01-101-7/+7
| | | | When CircleCI says 9.2.0, they mean it...
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-11/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| * [android] - update instrumented make target, move code style validation ↵Tobrun2017-12-181-11/+3
| | | | | | | | before building C++ code, replace code style checks with the wrapper code style check. (#10724)
| * [build] Added CircleCI macos-release-node{4,6} jobsBruno de Oliveira Abinader2017-11-281-5/+76
| |
| * [build] Added CircleCI macos-debug-qt5 jobBruno de Oliveira Abinader2017-11-211-1/+39
| |
| * [build] Set clang-tidy timeout to 20 minutesupstream/fb-clang-tidy-timeout-bumpJason Wray2017-11-201-0/+1
| | | | | | | | Default is 10 minutes, but suddenly we're exceeding that.
* | [build] Forgot to update CI image to linux-clang-3.8-libcxxBruno de Oliveira Abinader2017-12-191-4/+1
| |
* | [android] - bump gradle syntax to 4.1Tobrun2017-12-191-6/+6
| |
* | [build] linux-clang39-debug → linux-clang-3.8-libcxx-debugBruno de Oliveira Abinader2017-12-191-2/+3
| |
* | [all] update CI images (#10695)Tobrun2017-12-151-14/+14
| |
* | [android] - build boba snapshots from masterTobrun2017-12-061-1/+1
| |
* | [build] Lint iOS and macOS plists on CIupstream/fb-circleci-lint-plistsJason Wray2017-12-011-0/+6
| |
* | [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-8/+8
| | | | | | | | | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c
* | [build] refresh Circle CI docker imagesKonstantin Käfer2017-11-231-14/+27
| |
* | [build] Added CircleCI macos-release-node{4,6} jobsBruno de Oliveira Abinader2017-11-231-5/+76
| |
* | [build] Added CircleCI macos-debug-qt5 jobBruno de Oliveira Abinader2017-11-201-1/+39
|/
* [android] - run all instrumenetation testsTobrun2017-10-311-1/+1
|
* [macos, build] Add CircleCI macOS buildsJason Wray2017-10-251-4/+30
|
* [ios, build] Add CircleCI iOS buildsJason Wray2017-10-251-1/+78
|
* [android] - build nightly builds from release-aguaTobrun Van Nuland2017-10-061-1/+1
|
* [build] Use the 'arch' cache template keyBruno de Oliveira Abinader2017-09-291-3/+3
|
* Release node v3.5.6 (#9610)node-v3.5.6Bobby Sudekum2017-09-291-9/+15
|
* [android] - bump snapshot version to betaTobrun Van Nuland2017-09-261-2/+2
|
* [all] - use resource_class large on Circle-CI to avoid OOMTobrun Van Nuland2017-09-251-0/+6
|
* [test] Enable render tests recycling the map object in node6-clang39-debugBruno de Oliveira Abinader2017-08-311-2/+12
|
* [android] - build SNAPSHOT from release branchTobrun Van Nuland2017-08-241-1/+1
|
* [android] - increase firebase timeout for CI testingTobrun Van Nuland2017-08-151-1/+1
|
* [android] - remove wear module from projectTobrun Van Nuland2017-07-271-13/+0
|
* [android] add lint using current baseline as starting point (#9318)Pablo Guardiola2017-07-211-0/+32
|
* [build] do not run clang-tidy on masterKonstantin Käfer2017-07-181-4/+4
|
* [build] Publish node packages with RelWithDebInfoBruno de Oliveira Abinader2017-07-141-2/+2
|
* [build] upload cache on Circle CI before running testsKonstantin Käfer2017-07-131-11/+12
|
* [build] add ccache + Circle CI cachingKonstantin Käfer2017-07-131-314/+229
|
* [build] add address, undefined behavior + thread sanitizerKonstantin Käfer2017-07-131-0/+141
|
* [build] upgrade to v4 CircleCI images that have logbt/mesa/gdb/apitrace ↵Konstantin Käfer2017-07-131-39/+13
| | | | installed