building release not debug version

This commit is contained in:
michael starke
2017-05-25 00:01:14 +02:00
parent ef26b6739e
commit 667bb03d11

View File

@@ -4,4 +4,4 @@ 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
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO