Update .travis.yml, .ci/bintray-release.json files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user