using after_success instead of before_deploy

This commit is contained in:
michael starke 2017-05-29 23:23:11 +02:00
parent 9240b96b04
commit e4e6077f5b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ language: objective-c
before_install:
- carthage bootstrap --platform Mac
before_depoly:
after_success:
- zip -9r MacPass-continuous.zip ./build/Build/Products/Release/MacPass.app
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build