Files
sensor-fusion-demo/.travis.yml

30 lines
734 B
YAML
Raw Normal View History

language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-25.0.2
# The SDK version used to compile your project
- android-25
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-25
before_script:
# Create and start emulator
# - 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 &
script: ./gradlew assembleRelease
#connectedAndroidTest