diff options
author | James Rowe <jroweboy@gmail.com> | 2017-01-04 21:29:27 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-01-04 21:31:40 -0700 |
commit | c4ad60887057025df8c1ec753b1b5c7f3d85701b (patch) | |
tree | 639c8a40899fa7742c0cfc0a8cf02b33f9b05327 /appveyor.yml | |
parent | 0920950d5e2471c4ed3928a37bc9314839a96a81 (diff) |
Change travis to deploy on push to citra-nightly. Add more information to the releases page
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d18bb1217..b0df1e436 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |