mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
Also build and publish basic flavor in CI
This commit is contained in:
@@ -79,7 +79,7 @@ workflow:
|
||||
- .gitlab-ci.yml
|
||||
- build.gradle
|
||||
|
||||
app assembleFullRelease test:
|
||||
app assembleRelease test:
|
||||
<<: *test-template
|
||||
rules:
|
||||
- <<: *always-on-these-changes
|
||||
@@ -87,7 +87,7 @@ app assembleFullRelease test:
|
||||
- app/**/*
|
||||
- libs/**/*
|
||||
script:
|
||||
- ./gradlew :app:assembleFullRelease :app:testFullDebugUnitTest
|
||||
- ./gradlew :app:assembleRelease :app:testFullDebugUnitTest
|
||||
artifacts:
|
||||
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user