mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
#1593 Move CI from Travis to GitHub Action - fix syntax and use newest/oldest api levels
This commit is contained in:
parent
e50b1ec93d
commit
5d00ab02d3
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
@ -12,9 +12,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
coverageReport:strategy:
|
coverageReport:
|
||||||
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
api-level: [21, 22]
|
api-level: [21, 29]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user