Merge pull request #1246 from kiwix/feature/macgills/#692-build-all-variants

#692 invoke assemble command to build all variants
This commit is contained in:
macgills 2019-07-10 10:59:13 +01:00 committed by GitHub
commit 882d94a6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ licenses:
- ".+"
script:
- ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- ./gradlew assemble lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator