Skip to content

feat(android): upgrade Socket.IO client for server v3/v4 support #48

feat(android): upgrade Socket.IO client for server v3/v4 support

feat(android): upgrade Socket.IO client for server v3/v4 support #48

name: KMP library compilation check
on:
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Cocoapods install
run: (cd sample/ios-app && pod install)
- name: Check library
run: ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
- name: Install pods
run: cd sample/ios-app && pod install
- name: build ios sample
run: cd sample/ios-app && set -o pipefail && xcodebuild -scheme TestProj -workspace TestProj.xcworkspace -configuration Debug -sdk iphonesimulator -arch x86_64 build CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | xcpretty