mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
cleaned up .travis.yml
This commit is contained in:
@@ -14,13 +14,6 @@ after_success:
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
#after_success:
|
|
||||||
# - zip -9r ./build/Build/Products/Release/MacPass.app MacPass-continuous.zip
|
|
||||||
# - wget -c https://github.com/MacPass/uploadtool/raw/master/upload.sh
|
|
||||||
# - bash ./upload.sh build/*
|
|
||||||
|
|
||||||
# TODO: fix versioning since it yield a 00 release number
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^(?i:continuous)$/
|
- /^(?i:continuous)$/
|
||||||
|
|||||||
Reference in New Issue
Block a user