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