mirror of https://github.com/axmolengine/axmol.git
Enable all supported arch for android [ci build]
This commit is contained in:
parent
27b0e05cfe
commit
cd3bc905b4
|
@ -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
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
arch:
|
||||
- armeabi-v7a
|
||||
- arm64-v8a
|
||||
- x86
|
||||
env:
|
||||
BUILD_ARCH: ${{ matrix.arch }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue