mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
Begin using Travis for CI/CD
This commit is contained in:
parent
6a9f13fcb9
commit
dbef1452ff
2 changed files with 16 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
4
script/ci_build
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash -xe
|
||||||
|
|
||||||
|
xctool -scheme mas-cli clean
|
||||||
|
xctool -scheme mas-cli build
|
Loading…
Reference in a new issue