mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
4 lines
99 B
Text
4 lines
99 B
Text
|
#!/bin/bash -xe
|
||
|
|
||
|
xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli clean build | xcpretty -c
|