mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
reformated .travis.yml
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,7 +1,9 @@
|
||||
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 -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
|
||||
language: objective-c
|
||||
|
||||
before_install:
|
||||
- carthage bootstrap --platform Mac
|
||||
|
||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
|
||||
|
||||
Reference in New Issue
Block a user