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