Skip to content

Commit

Permalink
Only run bazel test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 22, 2024
1 parent 3688488 commit 923316a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/ios_sim/do_test
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ trap cleanup EXIT
# Generate Swift external deps and update build files
"${bazel}" run //:tidy

# Generate the Xcode project
"${bazel}" run //:xcodeproj
# # Generate the Xcode project
# "${bazel}" run //:xcodeproj

# Big clean. We perform the expunge to ensure that SPM commands work properly
# when Bazel is executed by Xcode projects generated by rules_xcodeproj.
# Related issue:
# https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/2355
"${bazel}" clean --expunge
# # Big clean. We perform the expunge to ensure that SPM commands work properly
# # when Bazel is executed by Xcode projects generated by rules_xcodeproj.
# # Related issue:
# # https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/2355
# "${bazel}" clean --expunge

# Build the FooTests scheme in the Xcode project
xcodebuild -project App.xcodeproj -scheme FooTests
# # Build the FooTests scheme in the Xcode project
# xcodebuild -project App.xcodeproj -scheme FooTests

# Ensure that it builds and tests pass
"${bazel}" test //...
Expand Down

0 comments on commit 923316a

Please sign in to comment.