From f33cf93e2fa5fd77a38d1f86bcaab5c8d7b17741 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Wed, 5 Sep 2018 08:48:59 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3c3d5bd..0952487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: "3271b1cdd3c3615e42e503e08feb9498c4800aae" + file: "matrique.tar.gz" + skip_cleanup: true \ No newline at end of file