mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 07:15:44 +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'
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user