Skip to content

Upgrade to yoga3 (b12e0a2a1577a1f72d9dd40188f1aa06f1a16b15) #371

Upgrade to yoga3 (b12e0a2a1577a1f72d9dd40188f1aa06f1a16b15)

Upgrade to yoga3 (b12e0a2a1577a1f72d9dd40188f1aa06f1a16b15) #371

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
apple:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Test Swift Package Manager
run: swift build
- name: Test on iPhone 14
run: xcodebuild -project 'YogaKit.xcodeproj' -scheme 'YogaKit' -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' clean test
- name: Test on iPhone 14 Pro Max
run: xcodebuild -project 'YogaKit.xcodeproj' -scheme 'YogaKit' -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro Max' clean test
- name: Test on macOS
run: xcodebuild -project 'YogaKit.xcodeproj' -scheme 'YogaKit' -configuration Debug -sdk macosx -arch x86_64 -arch arm64 clean test