ios was added again

This commit is contained in:
Hamed Masafi 2020-07-30 19:36:07 +04:30
parent 94c2c4ad5f
commit 5727f9255a
1 changed files with 5 additions and 1 deletions

View File

@ -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: