CI: added lint task.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
438af4de7e
commit
e7953a10e0
|
@ -19,6 +19,9 @@ jobs:
|
|||
- run:
|
||||
name: unit-tests
|
||||
command: ./gradlew test
|
||||
- run:
|
||||
name: lint
|
||||
command: ./gradlew lint
|
||||
- run:
|
||||
name: static analysis
|
||||
command: ./gradlew -Pqc detektCheck
|
||||
|
@ -26,3 +29,6 @@ jobs:
|
|||
paths:
|
||||
- ~/.gradle
|
||||
key: gradle-cache-{{ checksum "dependencies.gradle" }}
|
||||
- store_artifacts:
|
||||
path: ultrasonic/build/reports
|
||||
destination: reports
|
Loading…
Reference in New Issue