summaryrefslogtreecommitdiffstats
path: root/.travis.descriptor.json.in
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2016-11-19 21:11:49 +0100
committerJames Rowe <jroweboy@gmail.com>2016-12-31 19:54:51 +0100
commitb03e7bf28f75636a4f69176c91911687c755b483 (patch)
treea33bdab6a5a096ea66cc8ce74d2863396f575dc2 /.travis.descriptor.json.in
parentMerge pull request #2386 from bunnei/fix-bg-color (diff)
downloadyuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.gz
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.bz2
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.lz
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.xz
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.zst
yuzu-b03e7bf28f75636a4f69176c91911687c755b483.zip
Diffstat (limited to '')
-rw-r--r--.travis.descriptor.json.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.descriptor.json.in b/.travis.descriptor.json.in
new file mode 100644
index 000000000..c0ea7dcc1
--- /dev/null
+++ b/.travis.descriptor.json.in
@@ -0,0 +1,23 @@
+{
+ "package": {
+ "name": "nightly",
+ "repo": "citra",
+ "subject": "citra-emu",
+ "desc": "Build created on @BUILD_DATE@",
+ "website_url": "www.citra-emu.org",
+ "public_download_numbers": false,
+ "public_stats": false
+ },
+ "version": {
+ "name": "nightly",
+ "released": "@BUILD_DATE@",
+ "gpgSign": false
+ },
+ "files": [
+ {
+ "includePattern": "artifacts/(.*\\.tar.xz)",
+ "uploadPattern": "$1"
+ }
+ ],
+ "publish": true
+}