From a498c86e7c564bf88fcc2b0346e3b4f42c2480a6 Mon Sep 17 00:00:00 2001 From: Aler Denisov Date: Mon, 15 Aug 2022 21:12:34 +0300 Subject: [PATCH] feat: includes array in CI --- .github/workflows/ci.yml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba040f0..0c22ddc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -56,8 +73,8 @@ jobs: abi: armeabi-v7a api: 23 - - target: android - arch: x86 + - arch: x86 + target: android abi: x86 api: 23