Skip to content

Commit

Permalink
Build verbose to better enable debugging package working directory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 9, 2023
1 parent 81bfe85 commit 3fab2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer
- name: Build Package Integration
run: xcrun swift build -c release --package-path Examples/ExamplePackageIntegration
run: xcrun swift build -c release --package-path Examples/ExamplePackageIntegration --verbose

spm-project-integration-15:
name: Build Project Integration on Xcode 15
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer
- name: Build Project Integration
run: pushd Examples/ExampleProjectIntegration; xcrun xcodebuild build -skipPackagePluginValidation -skipMacroValidation -scheme ExampleProjectIntegration; popd
run: pushd Examples/ExampleProjectIntegration; xcrun xcodebuild build -skipPackagePluginValidation -skipMacroValidation -scheme ExampleProjectIntegration -verbose; popd

0 comments on commit 3fab2bd

Please sign in to comment.