mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
using after_success instead of before_deploy
This commit is contained in:
@@ -6,7 +6,7 @@ language: objective-c
|
|||||||
before_install:
|
before_install:
|
||||||
- carthage bootstrap --platform Mac
|
- carthage bootstrap --platform Mac
|
||||||
|
|
||||||
before_depoly:
|
after_success:
|
||||||
- zip -9r MacPass-continuous.zip ./build/Build/Products/Release/MacPass.app
|
- 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
|
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
||||||
|
|||||||
Reference in New Issue
Block a user