diff options
author | James Rowe <jroweboy@gmail.com> | 2017-01-05 05:29:27 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-01-05 05:31:40 +0100 |
commit | c4ad60887057025df8c1ec753b1b5c7f3d85701b (patch) | |
tree | 639c8a40899fa7742c0cfc0a8cf02b33f9b05327 | |
parent | Merge pull request #2405 from jroweboy/nightly-deploy (diff) | |
download | yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar.gz yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar.bz2 yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar.lz yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar.xz yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.tar.zst yuzu-c4ad60887057025df8c1ec753b1b5c7f3d85701b.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 66eafb6e0..cf1e1e26c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ deploy: file: "artifacts/*.tar.xz" skip_cleanup: true on: - tags: true
\ No newline at end of file + repo: citra-emu/citra-nightly
\ No newline at end of file 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 |