Update .travis.yml
This commit is contained in:
parent
176bba3358
commit
94779337d3
|
@ -14,3 +14,10 @@ script:
|
|||
- make
|
||||
- make install
|
||||
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
|
||||
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "${GITHUB_OAUTH_TOKEN}"
|
||||
file: matrique.tar.gz
|
||||
skip_cleanup: true
|
Loading…
Reference in New Issue