restore back ios build in actions
This commit is contained in:
parent
bd0643b920
commit
e9a6dcf036
|
|
@ -20,7 +20,8 @@ jobs:
|
||||||
- mingw81_64
|
- mingw81_64
|
||||||
- mingw81_32
|
- mingw81_32
|
||||||
- clang_64
|
- clang_64
|
||||||
|
- ios
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- platform: gcc_64
|
- platform: gcc_64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
@ -42,7 +43,9 @@ jobs:
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
- platform: clang_64
|
- platform: clang_64
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
|
- platform: ios
|
||||||
|
os: macos-latest
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue