Update .travis.yml

This commit is contained in:
Black Hat 2018-09-05 09:13:24 +00:00
parent f33cf93e2f
commit 2de8887322
1 changed files with 1 additions and 8 deletions

View File

@ -13,11 +13,4 @@ script:
- qmake matrique.pro PREFIX="${DEPLOY_DIR}"
- make
- make install
- 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
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml