mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
7 lines
261 B
YAML
7 lines
261 B
YAML
osx_image: xcode8.3
|
|
language: objective-c
|
|
before_install:
|
|
- carthage bootstrap --platform Mac
|
|
xcode_project: MacPass.xcodeproj
|
|
xcode_scheme: MacPass
|
|
script: xcodebuild clean && xcodebuild build -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO |