Use gradle build, not assembly, for coverity

This commit is contained in:
Fredrik Fornwall
2016-11-25 03:55:07 +01:00
parent 6cf36fffd7
commit b8cdd59c68

View File

@@ -31,5 +31,5 @@ addons:
description: "Terminal emulator and Linux environment for Android"
notification_email: fredrik@fornwall.net
build_command_prepend: "./gradlew clean"
build_command: "./gradlew assemble"
build_command: "./gradlew build"
branch_pattern: master