summaryrefslogtreecommitdiff
path: root/platform/android/bitrise.yml
Commit message (Collapse)AuthorAgeFilesLines
* [android] move build to Android StudioKonstantin Käfer2017-03-171-14/+27
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-101-25/+0
|
* [build] use system-provided Android NDK when availableKonstantin Käfer2017-02-221-29/+0
| | | | and fall back to Mason if it isn't
* Bring all architectures back to CI builds (#8124)Antonio Zugaldia2017-02-211-9/+2
| | | | | | * [android] build all archs for scheduled workflow * [android] build all archs for nightly workflow
* removed make android-lib-x86-64 from bitrise script so snapshots build (#7986)Cameron Mace2017-02-081-1/+0
|
* [android] Node not requiredJohn Firebaugh2017-02-081-8/+4
|
* [android] - decouple make apackage for measuring execution time (#7771)Tobrun2017-01-221-3/+13
|
* [android] - notify team when nightly snapshot build fails, update slack ↵Tobrun2017-01-161-2/+2
| | | | message. (#7654)
* [android] - build and test wear module on CI, cleanup gradle file, added ↵Tobrun2016-12-281-2/+10
| | | | make target, added unit test (#7534)
* [android] - downscale instrumentation tests on CI (#7529)Tobrun2016-12-221-1/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - update bitrise config. Create archivable path if non existent ↵Tobrun2016-12-131-0/+2
| | | | (#7385)
* [android] - fix ndk stack CI step (#7363)Tobrun2016-12-091-1/+1
|
* [build] Bitrise android core tests workflowTobrun2016-11-271-0/+8
|
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-2/+1
| | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* [android] - run all espresso tests on Firebase test lab (#6980)Tobrun2016-11-211-2/+2
|
* [build] create separate bitrise build for binary size trackingKonstantin Käfer2016-11-171-7/+34
|
* [build] add binary size logging to Android nightliesKonstantin Käfer2016-11-151-0/+7
|
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - update make targets (#6958)Tobrun2016-11-081-4/+4
|
* [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)Tobrun2016-10-261-1/+1
| | | | | | | | | | | | * [android] - update android gradle tools, update test app version number, update target sdk to nougat, update support lib versions to latest * new tools generated an aligned test apk, breaks CI integration * update to Nougat release 7.1, update related tooling, update version code test app to 5.0.0. * update wear module * update gradle.properties
* Android Bitrise cleanup (#6782)Tobrun2016-10-211-46/+136
| | | | | | | | | | | | | | | | * [android] - update bitrise.yml, always use latest deploy step cleanup bitrise.yml formatting, separate download step -> if tests fail, build fails improve shown console messages, correct package for firebase filter update steps add slack integration for all workflows * fixup SKIPCI check
* [android] - configures AWS Device farm plugin from testapp. (#6750)Tobrun2016-10-201-3/+2
|
* [android] - downscale amount of instrumentation tests run on CI to one (#6692)Tobrun2016-10-131-1/+1
|
* [android] - increase timeout to 15 minutes (#6399)Tobrun2016-09-201-1/+1
|
* [android] - run ndk-stack as part of the build (#6288)Tobrun2016-09-081-6/+11
| | | | | | | | * [android] - run ndk-stack as part of the build * Set BUILDTYPE to debug * [android] - correct path ndk-stack arg
* [android] - get firebase test lab results with gsutil (#6220)Tobrun2016-09-061-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - get results with gustily debug fix debug debug fix correct file path remove duplicate ls fix bash script + add deploy step + debug file system install crcmod zip output correct option for zipping add compression to output. This allows including subfolders cleanup remove json from artefact always upload test results always run step to true * [android] - disable query rendered test * fix name in test
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-181-0/+12
| | | | NoSuchSource exception (#6073)
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin
* [android] - fix scheduled build with cmake dependency.Tobrun2016-08-081-1/+1
|
* [build] make android targets .PHONY and adhere to naming schemeKonstantin Käfer2016-08-051-1/+1
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-1/+1
| | | | This is very much a work in progress.
* [android] #5126 - Serialize Bitrise Scheduled Build ProcessBrad Leege2016-05-311-1/+1
|
* [core] Share shaders with gl-jsJohn Firebaugh2016-05-251-1/+2
|
* [android] Install node in CIJohn Firebaugh2016-05-251-1/+2
|
* [android] #5126 - Setting per commit and nightly builds to BUILDTYPE=ReleaseBrad Leege2016-05-251-0/+2
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-45/+8
| | | | | | | | | | | | | | * 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.
* [android] #4586 - disable publish s3Tobrun2016-04-051-9/+1
|
* [android] #4365 - add Bitrise step to upload downloadable APK file to AWS S3Tobrun2016-03-221-0/+8
|
* [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.
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-4/+4
|
* [android] Add scheduled build scriptJohn Firebaugh2015-12-151-4/+50
|
* [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-5/+5
|
* [android] Add bitrise.ymlJohn Firebaugh2015-12-151-0/+73