Save lint report as artifact
This commit is contained in:
@@ -72,9 +72,12 @@ stages:
|
|||||||
lintDebug:
|
lintDebug:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: []
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
- ./gradlew -Pci --console=plain lintDebug -PbuildDir=lint
|
- ./gradlew -Pci --console=plain lintDebug -PbuildDir=lint
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- app/lint
|
||||||
|
|
||||||
# Make Project
|
# Make Project
|
||||||
assembleDebug:
|
assembleDebug:
|
||||||
|
|||||||
Reference in New Issue
Block a user