Skip to content
Snippets Groups Projects
Commit c4ad6088 authored by James Rowe's avatar James Rowe
Browse files

Change travis to deploy on push to citra-nightly. Add more information to the releases page

parent 0920950d
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,4 @@ deploy: ...@@ -36,4 +36,4 @@ deploy:
file: "artifacts/*.tar.xz" file: "artifacts/*.tar.xz"
skip_cleanup: true skip_cleanup: true
on: on:
tags: true repo: citra-emu/citra-nightly
\ No newline at end of file \ No newline at end of file
...@@ -42,7 +42,7 @@ after_build: ...@@ -42,7 +42,7 @@ after_build:
# set the build names as env vars so the artifacts can upload them # set the build names as env vars so the artifacts can upload them
$env:MSVC_BUILD_NAME = $MSVC_BUILD_NAME $env:MSVC_BUILD_NAME = $MSVC_BUILD_NAME
$env:MSVC_BUILD_PDB = $MSVC_BUILD_PDB $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 7z a -tzip $MSVC_BUILD_PDB .\build\bin\release\*.pdb
rm .\build\bin\release\*.pdb rm .\build\bin\release\*.pdb
...@@ -61,6 +61,11 @@ artifacts: ...@@ -61,6 +61,11 @@ artifacts:
deploy: deploy:
provider: GitHub 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: auth_token:
secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1" secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1"
artifact: msvcbuild artifact: msvcbuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment