Begin using Travis for CI/CD

This commit is contained in:
Andrew Naylor 2015-08-11 00:21:04 +08:00
parent 6a9f13fcb9
commit dbef1452ff
2 changed files with 16 additions and 0 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: objective-c
xcode_sdk: macosx10.10
osx_image: xcode6.4
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
script:
- bash script/ci_build

4
script/ci_build Executable file
View file

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