summaryrefslogtreecommitdiffstats
path: root/.travis.descriptor.json.in
diff options
context:
space:
mode:
Diffstat (limited to '.travis.descriptor.json.in')
-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
+}