mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Remove xcpretty in CI
This commit is contained in:
@@ -18,7 +18,7 @@ before_build:
|
|||||||
- sh: 'xcodebuild -downloadPlatform $PLATFORM'
|
- sh: 'xcodebuild -downloadPlatform $PLATFORM'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build | xcpretty
|
- sh: xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build
|
||||||
- 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 Release -sdk $SDK clean build
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|||||||
Reference in New Issue
Block a user