Skip to content

Commit

Permalink
feat: includes array in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alerdenisov committed Aug 15, 2022
1 parent 6097fbb commit a498c86
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,33 @@ jobs:
openssl-nghttp2:
strategy:
matrix:
target: [ios, android]
component: [openssl, nghttp2]
include:
# iOS Configuration
# iOS Configurations
- target: ios
arch: arm64
sdk: iphoneos
api: "8.0"
platform: iPhoneOS

- target: ios
arch: armv7
sdk: iphoneos
api: "8.0"
platform: iPhoneOS

- target: ios
arch: arm64e
sdk: iphoneos
api: "8.0"
platform: iPhoneOS

- target: ios
arch: x86_64
sdk: iphoneos
api: "8.0"
platform: iPhoneOS

# Android Configurations
- target: android
arch: arm64
Expand All @@ -56,8 +73,8 @@ jobs:
abi: armeabi-v7a
api: 23

- target: android
arch: x86
- arch: x86
target: android
abi: x86
api: 23

Expand Down

0 comments on commit a498c86

Please sign in to comment.