#692 invoke assemble command to buil all variants

This commit is contained in:
Sean Mac Gillicuddy 2019-07-01 11:42:35 +01:00
parent a51f964a43
commit 8329c55df7

View File

@ -52,7 +52,7 @@ before_script:
- emulator -avd test -no-audio -no-window &
script:
- ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- ./gradlew assemble lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- android-wait-for-emulator
- adb shell input keyevent 82 &
- adb -e logcat *:D > logcat.log &
@ -71,7 +71,6 @@ after_failure:
before_deploy:
# - export APP_CHANGELOG=$(cat app/src/kiwix/play/release-notes/en-US/default.txt)
- ./gradlew assembleKiwixRelease
deploy: