1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Fine tune dependency analysis, add CI workflow

This commit is contained in:
Olivér Falvai
2022-05-18 18:47:52 +02:00
parent 6c569e6f9d
commit 86663ec073
2 changed files with 40 additions and 1 deletions

View File

@@ -117,6 +117,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Lint analysis
run: ./gradlew clean :vector:lint --stacktrace
- name: Dependency analysis
run: ./gradlew buildHealth
- name: Upload reports
if: always()
uses: actions/upload-artifact@v3
@@ -124,6 +126,12 @@ jobs:
name: lint-report
path: |
vector/build/reports/*.*
- name: Upload dependency analysis
if: always()
uses: actions/upload-artifact@v3
with:
name: dependency-analysis
path: build/reports/dependency-analysis/build-health-report.txt
# Lint for Gplay and Fdroid release APK
apk-lint: