mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
Merge pull request #2407 from jroweboy/nightly-deploy
Change travis to deploy on push to citra-nightly.
This commit is contained in:
commit
4650486b8e
2 changed files with 7 additions and 2 deletions
|
@ -36,4 +36,4 @@ deploy:
|
|||
file: "artifacts/*.tar.xz"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
repo: citra-emu/citra-nightly
|
|
@ -42,7 +42,7 @@ after_build:
|
|||
# set the build names as env vars so the artifacts can upload them
|
||||
$env:MSVC_BUILD_NAME = $MSVC_BUILD_NAME
|
||||
$env:MSVC_BUILD_PDB = $MSVC_BUILD_PDB
|
||||
$env:BINTRAY_VERSION = $BINTRAY_VERSION
|
||||
$env:GITREV = $GITREV
|
||||
|
||||
7z a -tzip $MSVC_BUILD_PDB .\build\bin\release\*.pdb
|
||||
rm .\build\bin\release\*.pdb
|
||||
|
@ -61,6 +61,11 @@ artifacts:
|
|||
|
||||
deploy:
|
||||
provider: GitHub
|
||||
release: nightly-$(appveyor_build_number)
|
||||
description: |
|
||||
Citra nightly releases. Please choose the correct download for your operating system from the list below.
|
||||
|
||||
Short Commit Hash $(GITREV)
|
||||
auth_token:
|
||||
secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1"
|
||||
artifact: msvcbuild
|
||||
|
|
Loading…
Reference in a new issue