mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
using upload.sh to deliver continous release link on Github
This commit is contained in:
30
.travis.yml
30
.travis.yml
@@ -8,13 +8,23 @@ before_install:
|
|||||||
|
|
||||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
|
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
|
||||||
|
|
||||||
deploy:
|
after_success:
|
||||||
skip_cleanup: true
|
- zip -9 build/MacPass.app MacPass-continous.zip
|
||||||
provider: releases
|
- wget -c https://github.com/MacPass/uploadtool/raw/master/upload.sh
|
||||||
api_key:
|
- bash ./upload.sh build/*
|
||||||
secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
|
||||||
file: MacPass.zip
|
branches:
|
||||||
on:
|
except:
|
||||||
tags: true
|
- # Do not build tags that we create when we upload to GitHub Releases
|
||||||
repo: mstarke/MacPass
|
- /^(?i:continuous)$/
|
||||||
branch: continuous
|
|
||||||
|
# deploy:
|
||||||
|
# skip_cleanup: true
|
||||||
|
# provider: releases
|
||||||
|
# api_key:
|
||||||
|
# secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
||||||
|
# file: MacPass.zip
|
||||||
|
# on:
|
||||||
|
# tags: true
|
||||||
|
# repo: mstarke/MacPass
|
||||||
|
# branch: continuous
|
||||||
Reference in New Issue
Block a user