Run lint only on app release variant.

Also regenerate new baseline.
This commit is contained in:
Yahor Berdnikau 2018-10-07 21:36:47 +02:00
parent 2e008c7ed6
commit 74c992d035
2 changed files with 363 additions and 421 deletions

View File

@ -30,7 +30,7 @@ jobs:
bash <(curl -s https://codecov.io/bash)
- run:
name: lint
command: ./gradlew lint
command: ./gradlew :ultrasonic:lintRelease
- run:
name: assemble release build
command: ./gradlew assembleRelease

File diff suppressed because it is too large Load Diff