Rename the build script

This commit is contained in:
Andrew Naylor 2015-09-19 23:43:03 +01:00
parent 4bbd964c2e
commit 031908097e
3 changed files with 4 additions and 5 deletions

View file

@ -12,4 +12,4 @@ install:
- bash script/bootstrap
script:
- bash script/ci_build
- bash script/build

3
script/build Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -xe
xcodebuild -project "mas-cli.xcodeproj" -scheme mas-cli clean build | xcpretty -c

View file

@ -1,4 +0,0 @@
#!/bin/bash -xe
xctool -scheme mas-cli clean
xctool -scheme mas-cli build