mirror of
https://github.com/stom79/exodus-android-app
synced 2024-12-22 19:27:55 +01:00
CI: disable cache and replace script by assembleDebug
This commit is contained in:
parent
73b26ecbe0
commit
e989c156f5
@ -1,5 +1,6 @@
|
||||
language: android
|
||||
java: oraclejdk8
|
||||
cache: false
|
||||
android:
|
||||
componentes:
|
||||
- tools
|
||||
@ -22,3 +23,7 @@ before_script:
|
||||
- emulator -avd test -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
|
||||
script:
|
||||
- ./gradlew assembleDebug
|
||||
|
Loading…
Reference in New Issue
Block a user