mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
testing deploy for github
This commit is contained in:
36
.travis.yml
36
.travis.yml
@@ -4,27 +4,29 @@ xcode_scheme: MacPass
|
|||||||
language: objective-c
|
language: objective-c
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- carthage bootstrap --platform Mac
|
- carthage bootstrap --platform Mac
|
||||||
|
|
||||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
|
before_depoly:
|
||||||
|
- zip -9r MacPass-continuous.zip ./build/Build/Products/Release/MacPass.app
|
||||||
|
|
||||||
after_success:
|
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
||||||
- zip -9 build/MacPass.app MacPass-continous.zip
|
|
||||||
- wget -c https://github.com/MacPass/uploadtool/raw/master/upload.sh
|
#after_success:
|
||||||
- bash ./upload.sh build/*
|
# - 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/*
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- # Do not build tags that we create when we upload to GitHub Releases
|
|
||||||
- /^(?i:continuous)$/
|
- /^(?i:continuous)$/
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# skip_cleanup: true
|
skip_cleanup: true
|
||||||
# provider: releases
|
provider: releases
|
||||||
# api_key:
|
api_key:
|
||||||
# secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
||||||
# file: MacPass.zip
|
file: MacPass-continuous.zip
|
||||||
# on:
|
on:
|
||||||
# tags: true
|
tags: true
|
||||||
# repo: mstarke/MacPass
|
repo: mstarke/MacPass
|
||||||
# branch: continuous
|
branch: continuous
|
||||||
@@ -67,7 +67,6 @@
|
|||||||
useCustomWorkingDirectory = "NO"
|
useCustomWorkingDirectory = "NO"
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
debugDocumentVersioning = "YES"
|
debugDocumentVersioning = "YES"
|
||||||
enableAddressSanitizer = "YES"
|
|
||||||
debugServiceExtension = "internal"
|
debugServiceExtension = "internal"
|
||||||
allowLocationSimulation = "YES">
|
allowLocationSimulation = "YES">
|
||||||
<BuildableProductRunnable
|
<BuildableProductRunnable
|
||||||
|
|||||||
Reference in New Issue
Block a user