mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
cleaned up .travis.yml
This commit is contained in:
@@ -12,14 +12,7 @@ after_success:
|
||||
- cd -
|
||||
- mv ./build/Build/Products/Release/MacPass-continuous.zip .
|
||||
|
||||
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
|
||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user