mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
#98 fix Issue id: LocaleFolder - temporarily disable most of build for quick feedback
This commit is contained in:
parent
42ffc68014
commit
d2395fabf5
19
.travis.yml
19
.travis.yml
@ -48,19 +48,20 @@ licenses:
|
||||
- ".+"
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
|
||||
- emulator -avd test -no-audio -no-window &
|
||||
# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
|
||||
# - emulator -avd test -no-audio -no-window &
|
||||
|
||||
script:
|
||||
- ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
- adb -e logcat *:D > logcat.log &
|
||||
- ./gradlew createKiwixDebugCoverageReport
|
||||
- ./gradlew lintKiwixDebug
|
||||
# jacocoTestKiwixDebugUnitTestReport
|
||||
# - android-wait-for-emulator
|
||||
# - adb shell input keyevent 82 &
|
||||
# - adb -e logcat *:D > logcat.log &
|
||||
# - ./gradlew createKiwixDebugCoverageReport
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- ./gradlew kiwixtestUploadKiwix assembleKiwixRelease
|
||||
# - bash <(curl -s https://codecov.io/bash)
|
||||
# - ./gradlew kiwixtestUploadKiwix assembleKiwixRelease
|
||||
|
||||
after_failure:
|
||||
- export LOG_DIR = ${TRAVIS_HOME}/build/kiwix/kiwix-android/app/build/outputs/reports/androidTests/connected/flavors/KIWIX/
|
||||
|
@ -1 +0,0 @@
|
||||
values-id
|
@ -1 +0,0 @@
|
||||
values-he
|
@ -1 +0,0 @@
|
||||
values-yi
|
Loading…
x
Reference in New Issue
Block a user