mirror of https://github.com/axmolengine/axmol.git
Enable all supported arch for android [ci build]
This commit is contained in:
parent
e1862c28b0
commit
dffd258ce1
|
@ -21,6 +21,15 @@ jobs:
|
||||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch:
|
||||||
|
- armeabi-v7a
|
||||||
|
- arm64-v8a
|
||||||
|
- x86
|
||||||
|
env:
|
||||||
|
BUILD_ARCH: ${{ matrix.arch }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue