Skip to content

Commit

Permalink
added xcpretty to build drone
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Jul 18, 2020
1 parent e25e05a commit 10a4371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: build
run: |
swift package generate-xcodeproj
xcodebuild clean build -project $PROJECT -scheme $SCHEME -sdk $SDK CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
xcodebuild clean build -project $PROJECT -scheme $SCHEME -sdk $SDK CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO | xcpretty
env:
PROJECT: MultipeerHelper.xcodeproj
SCHEME: MultipeerHelper-Package
Expand Down

0 comments on commit 10a4371

Please sign in to comment.