2018-06-01 16:27:41 +02:00
|
|
|
language: android
|
|
|
|
|
2018-06-03 14:44:23 +02:00
|
|
|
# Work in progress. Repo should be used for initial checkout https://github.com/osmandapp/OsmAnd-manifest/blob/master/android_build.xml
|
|
|
|
|
2018-06-01 16:27:41 +02:00
|
|
|
android:
|
|
|
|
components:
|
|
|
|
- tools
|
|
|
|
- platform-tools
|
|
|
|
|
|
|
|
# The BuildTools version used by your project
|
|
|
|
- build-tools-27.0.3
|
|
|
|
- android-27
|
|
|
|
|
|
|
|
script: ./gradlew test
|