mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 20:48:30 +00:00
13 lines
190 B
YAML
13 lines
190 B
YAML
|
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
|