Skip to content

Commit

Permalink
Only testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed May 2, 2024
1 parent 95e6ad9 commit 62ed314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scripts/test-SPM-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ swift package update
echo '############# Build for generic iOS device ###############'
xcodebuild build -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet

# Archive for generic iOS device
echo '############# Archive for generic iOS device ###############'
xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet
## Archive for generic iOS device
#echo '############# Archive for generic iOS device ###############'
#xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet

# Build for x86_64 simulator
echo '############# Build for x86_64 simulator ###############'
Expand Down

0 comments on commit 62ed314

Please sign in to comment.