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]
|
on: [push]
|
||||||
|
|
||||||
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- 5.15.0
|
- 5.15.0
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- gcc_64
|
- gcc_64
|
||||||
- android
|
- android
|
||||||
|
|
@ -20,6 +21,7 @@ jobs:
|
||||||
- mingw81_64
|
- mingw81_64
|
||||||
- mingw81_32
|
- mingw81_32
|
||||||
- clang_64
|
- clang_64
|
||||||
|
- ios
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- platform: gcc_64
|
- platform: gcc_64
|
||||||
|
|
@ -42,6 +44,8 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue