-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathMakefile
More file actions
7 lines (7 loc) · 809 Bytes
/
Makefile
File metadata and controls
7 lines (7 loc) · 809 Bytes
1
2
3
4
5
6
7
test_watch:
bash scripts/setup_spm_tests.sh
xcodebuild -verbose -scheme FioriThemeManagerTests -destination 'platform=watchOS Simulator,name=Apple Watch Series 11 (46mm)' OTHER_SWIFT_FLAGS="-Xfrontend -solver-expression-time-threshold=500 -Xfrontend -warn-long-function-bodies=50" test
test_vision:
xcodebuild -verbose -scheme FioriSwiftUI-Package -destination 'platform=visionOS Simulator,name=Apple Vision Pro' OTHER_SWIFT_FLAGS="-Xfrontend -solver-expression-time-threshold=500 -Xfrontend -warn-long-function-bodies=50" clean build test | xcbeautify
test_ios:
xcodebuild -verbose -scheme FioriSwiftUI-Package -destination 'platform=iOS Simulator,name=iPhone 17' OTHER_SWIFT_FLAGS="-Xfrontend -solver-expression-time-threshold=500 -Xfrontend -warn-long-function-bodies=50" clean build test | xcbeautify