Update .travis.yml, .ci/bintray-release.json files
This commit is contained in:
parent
20b2a3a7e3
commit
1fae0aee9d
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue