Create dist directory to specify uploading files.

This commit is contained in:
Syoyo Fujita
2016-03-12 17:16:50 +09:00
parent 31c6633535
commit d688bbd910
2 changed files with 4 additions and 7 deletions

View File

@@ -54,6 +54,9 @@ script:
- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r .. -e examples -e tools -e
jni -e python -e images -E ".*CompilerId.*" -E ".*feature_tests.*" ; fi
- cd ..
- rm -rf dist
- mkdir dist
- cp tiny_obj_loader.h dist/
before_deploy:
- echo "Creating description file for bintray."