From 8d0f1d707640125e94702db8bb289763e63f97c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 18 Aug 2019 18:14:02 +0200 Subject: [PATCH] Create and Deploy dmg --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52f8990..c898925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,11 @@ matrix: env: - CMAKE_PREFIX_PATH="/usr/local/opt/openssl@1.1;/usr/local/opt/qt" - CMAKE_EXTRA_ARGS="" - - DEPLOY_FILE=""" + - DEPLOY_FILE="Chiaki.dmg" + after_success: + - cd .. + - cp -a build/gui/chiaki.app Chiaki.app + - /usr/local/opt/qt/bin/macdeployqt Chiaki.app -dmg install: - scripts/build-ffmpeg.sh