2016-05-27 09:33:13 +02:00
|
|
|
language: android
|
2016-09-18 23:10:10 +02:00
|
|
|
jdk: oraclejdk8
|
2016-09-18 22:56:14 +02:00
|
|
|
|
2016-05-27 09:33:13 +02:00
|
|
|
android:
|
|
|
|
|
components:
|
|
|
|
|
- platform-tools
|
|
|
|
|
- tools
|
2016-09-18 22:56:14 +02:00
|
|
|
|
|
|
|
|
# The BuildTools version used by your project
|
2017-01-17 23:59:09 +01:00
|
|
|
- build-tools-25.0.2
|
2016-09-18 22:56:14 +02:00
|
|
|
|
|
|
|
|
# The SDK version used to compile your project
|
2017-01-17 23:59:09 +01:00
|
|
|
- android-25
|
2016-09-18 22:56:14 +02:00
|
|
|
|
|
|
|
|
# Additional components
|
|
|
|
|
- extra-google-google_play_services
|
|
|
|
|
- extra-google-m2repository
|
|
|
|
|
- extra-android-m2repository
|
2017-01-17 23:59:09 +01:00
|
|
|
- sys-img-armeabi-v7a-android-25
|
2016-09-18 22:56:14 +02:00
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
|
# Create and start emulator
|
2016-09-19 09:16:24 +02:00
|
|
|
# - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
|
|
|
|
|
# - emulator -avd test -no-skin -no-audio -no-window &
|
|
|
|
|
# - android-wait-for-emulator
|
|
|
|
|
# - adb shell input keyevent 82 &
|
2016-05-27 09:33:13 +02:00
|
|
|
|
2016-09-19 09:16:24 +02:00
|
|
|
script: ./gradlew assembleRelease
|
2017-01-17 23:59:09 +01:00
|
|
|
#connectedAndroidTest
|