ios was added again
This commit is contained in:
parent
94c2c4ad5f
commit
5727f9255a
|
|
@ -1,4 +1,4 @@
|
|||
name: CI build
|
||||
anme: CI build
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
matrix:
|
||||
version:
|
||||
- 5.15.0
|
||||
|
||||
platform:
|
||||
- gcc_64
|
||||
- android
|
||||
|
|
@ -20,6 +21,7 @@ jobs:
|
|||
- mingw81_64
|
||||
- mingw81_32
|
||||
- clang_64
|
||||
- ios
|
||||
|
||||
include:
|
||||
- platform: gcc_64
|
||||
|
|
@ -42,6 +44,8 @@ jobs:
|
|||
os: windows-latest
|
||||
- platform: clang_64
|
||||
os: macos-latest
|
||||
- platform: ios
|
||||
os: macos-latest
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue