Update .travis.yml
This commit is contained in:
parent
1575a754b7
commit
7be3947ed1
|
@ -14,7 +14,10 @@ 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
|
||||||
|
|
||||||
|
before_deploy:
|
||||||
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./
|
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./
|
||||||
|
- sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: bintray
|
- provider: bintray
|
||||||
|
|
Loading…
Reference in New Issue