mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
10 lines
189 B
YAML
10 lines
189 B
YAML
osx_image: xcode7.2
|
|
language: objective-c
|
|
before_install:
|
|
- brew update
|
|
- brew outdated xctool || brew upgrade xctool
|
|
- brew install carthage
|
|
script: ci/build
|
|
notifications:
|
|
email: false
|