mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-16 11:41:16 +01:00
CI: added lint task.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
438af4de7e
commit
e7953a10e0
@ -19,10 +19,16 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: unit-tests
|
name: unit-tests
|
||||||
command: ./gradlew test
|
command: ./gradlew test
|
||||||
|
- run:
|
||||||
|
name: lint
|
||||||
|
command: ./gradlew lint
|
||||||
- run:
|
- run:
|
||||||
name: static analysis
|
name: static analysis
|
||||||
command: ./gradlew -Pqc detektCheck
|
command: ./gradlew -Pqc detektCheck
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.gradle
|
- ~/.gradle
|
||||||
key: gradle-cache-{{ checksum "dependencies.gradle" }}
|
key: gradle-cache-{{ checksum "dependencies.gradle" }}
|
||||||
|
- store_artifacts:
|
||||||
|
path: ultrasonic/build/reports
|
||||||
|
destination: reports
|
Loading…
x
Reference in New Issue
Block a user