1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-01-09 01:28:54 +01:00

CI: disable cache and replace script by assembleDebug

This commit is contained in:
Schoumi 2018-03-14 21:21:57 +01:00
parent 73b26ecbe0
commit e989c156f5

View File

@ -1,5 +1,6 @@
language: android language: android
java: oraclejdk8 java: oraclejdk8
cache: false
android: android:
componentes: componentes:
- tools - tools
@ -22,3 +23,7 @@ before_script:
- emulator -avd test -no-audio -no-window & - emulator -avd test -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script:
- ./gradlew assembleDebug