mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-10 16:03:04 +01:00
ci: Run CI on release as well as debug builds (#664)
Experiment to see if CI can run on release builds without a large performance impact.
This commit is contained in:
parent
e65bc13184
commit
af3aae00e8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
matrix:
|
||||
color: ["orange"]
|
||||
store: ["fdroid", "github", "google"]
|
||||
type: ["debug"]
|
||||
type: ["debug", "release"]
|
||||
name: Android Lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -90,7 +90,7 @@ jobs:
|
||||
matrix:
|
||||
color: ["orange"]
|
||||
store: ["fdroid", "github", "google"]
|
||||
type: ["debug"]
|
||||
type: ["debug", "release"]
|
||||
name: Android Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
matrix:
|
||||
color: ["orange"]
|
||||
store: ["fdroid", "github", "google"]
|
||||
type: ["debug"]
|
||||
type: ["debug", "release"]
|
||||
name: Android Assemble
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user