Update .travis.yml
This commit is contained in:
parent
f33cf93e2f
commit
2de8887322
|
@ -14,10 +14,3 @@ 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}
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: releases
|
|
||||||
api_key: "3271b1cdd3c3615e42e503e08feb9498c4800aae"
|
|
||||||
file: "matrique.tar.gz"
|
|
||||||
skip_cleanup: true
|
|
Loading…
Reference in New Issue