mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-06-30 23:06:52 +00:00
Remove xcpretty in CI
This commit is contained in:
parent
08279d825c
commit
38259af3f1
@ -18,7 +18,7 @@ before_build:
|
||||
- sh: 'xcodebuild -downloadPlatform $PLATFORM'
|
||||
|
||||
build_script:
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Release -sdk $SDK clean build | xcpretty
|
||||
- sh: xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build
|
||||
- sh: xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Release -sdk $SDK clean build
|
||||
|
||||
deploy: off
|
||||
|
Loading…
x
Reference in New Issue
Block a user