mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Rename the build script
This commit is contained in:
parent
4bbd964c2e
commit
031908097e
3 changed files with 4 additions and 5 deletions
|
@ -12,4 +12,4 @@ install:
|
|||
- bash script/bootstrap
|
||||
|
||||
script:
|
||||
- bash script/ci_build
|
||||
- bash script/build
|
||||
|
|
3
script/build
Executable file
3
script/build
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -xe
|
||||
|
||||
xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli clean build | xcpretty -c
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash -xe
|
||||
|
||||
xctool -scheme mas-cli clean
|
||||
xctool -scheme mas-cli build
|
Loading…
Reference in a new issue