Update .travis.yml, .ci/bintray-release.json files
This commit is contained in:
parent
20b2a3a7e3
commit
1fae0aee9d
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"files": [
|
||||
{
|
||||
"includePattern": "matrique.tar.gz",
|
||||
"uploadPattern": "matrique-VERSION_NAME_VALUE.tar.gz"
|
||||
"includePattern": "matrique.dmg",
|
||||
"uploadPattern": "matrique.dmg"
|
||||
}
|
||||
],
|
||||
"package": {
|
||||
|
|
|
@ -14,7 +14,7 @@ script:
|
|||
- make
|
||||
- make install
|
||||
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
|
||||
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
|
||||
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./
|
||||
|
||||
deploy:
|
||||
- provider: bintray
|
||||
|
|
Loading…
Reference in New Issue