Update .travis.yml, .ci/bintray-release.json files

This commit is contained in:
Black Hat 2018-09-05 13:16:42 +00:00
parent 20b2a3a7e3
commit 1fae0aee9d
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ {
"files": [ "files": [
{ {
"includePattern": "matrique.tar.gz", "includePattern": "matrique.dmg",
"uploadPattern": "matrique-VERSION_NAME_VALUE.tar.gz" "uploadPattern": "matrique.dmg"
} }
], ],
"package": { "package": {

View File

@ -14,7 +14,7 @@ script:
- make - make
- make install - make install
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml - macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
- tar czvf matrique.tar.gz ${DEPLOY_DIR} - mv ${DEPLOY_DIR}/bin/matrique.dmg ./
deploy: deploy:
- provider: bintray - provider: bintray