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
|
@ -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