Using better output for travis

This commit is contained in:
michael starke
2017-11-28 14:00:51 +01:00
parent 0cb404c072
commit 3fc656b1dd

View File

@@ -5,6 +5,7 @@ language: objective-c
before_install:
- carthage bootstrap --platform macOS
- gem install xcpretty --no-ri --no-rdoc --no-document --quiet
after_success:
- cd ./build/Build/Products/Release
@@ -12,7 +13,10 @@ after_success:
- cd -
- mv ./build/Build/Products/Release/MacPass-continuous.zip .
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
script: |
set -o pipefail
xcodebuild clean
xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build | xcpretty -c
branches:
only: