remove xcpretty from fixture builds

This commit is contained in:
Yonas Kolb
2019-02-02 12:25:55 +11:00
parent 7b139ea53b
commit c1edaff4df
+2 -2
View File
@@ -4,7 +4,7 @@ set -e
carthage bootstrap --cache-builds
echo "
Building iOS app"
xcodebuild -project Project.xcodeproj -scheme "App_iOS Test" -configuration "Test Debug" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
xcodebuild -project Project.xcodeproj -scheme "App_iOS Test" -configuration "Test Debug" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
echo "
Building macOS app"
xcodebuild -project Project.xcodeproj -scheme "App_macOS" -configuration "Test Debug" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
xcodebuild -project Project.xcodeproj -scheme "App_macOS" -configuration "Test Debug" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO