using after_success instead of before_deploy
This commit is contained in:
parent
9240b96b04
commit
e4e6077f5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue