mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:21:35 +00:00
fix(ios): isolate capability router handlers
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -3286,6 +3286,19 @@ jobs:
|
||||
- name: Build iOS app
|
||||
run: pnpm ios:build
|
||||
|
||||
# Debug's incremental compilation can miss actor-isolation diagnostics
|
||||
# that Swift's optimized whole-module Release build enforces.
|
||||
- name: Build iOS app (Release)
|
||||
if: env.HISTORICAL_TARGET != 'true'
|
||||
run: |
|
||||
xcodebuild \
|
||||
-project apps/ios/OpenClaw.xcodeproj \
|
||||
-scheme OpenClaw \
|
||||
-configuration Release \
|
||||
-destination "generic/platform=iOS" \
|
||||
CODE_SIGNING_ALLOWED=NO \
|
||||
build
|
||||
|
||||
# App compilation and screenshots do not execute approval or notification
|
||||
# lifecycles. Exercise both owners on the already provisioned simulator.
|
||||
- name: Run focused iOS lifecycle simulator tests
|
||||
|
||||
Reference in New Issue
Block a user