aboutsummaryrefslogtreecommitdiff
path: root/.bintray.in
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2016-03-12 17:16:50 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2016-03-12 17:16:50 +0900
commitd688bbd9107590039257e4e8509406fd515b61a3 (patch)
treec1a81a6de76367dc19302e05e69caf81d91b509b /.bintray.in
parent31c66335358f97b9a59d697effed474fe793a3b9 (diff)
downloadtinyobjloader-d688bbd9107590039257e4e8509406fd515b61a3.tar.gz
Create dist directory to specify uploading files.
Diffstat (limited to '.bintray.in')
-rw-r--r--.bintray.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/.bintray.in b/.bintray.in
index ba1a949..4336d65 100644
--- a/.bintray.in
+++ b/.bintray.in
@@ -28,16 +28,10 @@
excludePattern: Optional. Pattern in the form of Ruby regular expression, indicating the path of files to be removed from the list of files specified by the includePattern.
uploadPattern: Upload path on Bintray. The path can contain symbols in the form of $1, $2,... that are replaced with capturing groups defined in the include pattern.
- In the example below, the following files are uploaded,
- 1. All gem files located under build/bin/ (including sub directories),
- except for files under a the do-not-deploy directory.
- The files will be uploaded to Bintray under the gems folder.
- 2. All files under build/docs. The files will be uploaded to Bintray under the docs folder.
-
Note: Regular expressions defined as part of the includePattern property must be wrapped with brackets. */
"files":
- [ {"includePattern": "(tiny_obj_loader\.h)", "uploadPattern": "$1"} ],
+ [ {"includePattern": "dist/(.*)", "uploadPattern": "$1"} ],
"publish": true
}