From b03e7bf28f75636a4f69176c91911687c755b483 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 19 Nov 2016 13:11:49 -0700 Subject: Add deploy to bintray for builds to master --- .travis.descriptor.json.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .travis.descriptor.json.in (limited to '.travis.descriptor.json.in') 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 +} -- cgit v1.2.3