mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
Ensure Travis detects build status correctly
This commit is contained in:
parent
cfb4d87e0d
commit
38e2ba7ffe
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ main() {
|
|||
}
|
||||
|
||||
build() {
|
||||
xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli -configuration Release clean build | xcpretty -c
|
||||
set -o pipefail && xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli -configuration Release clean build | xcpretty -c
|
||||
}
|
||||
|
||||
archive() {
|
||||
xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli -archivePath mas.xcarchive archive | xcpretty -c
|
||||
set -o pipefail && xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli -archivePath mas.xcarchive archive | xcpretty -c
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Reference in a new issue