Use Mac deployment script for Travis CI

This commit is contained in:
Daniel Masato 2020-04-23 20:23:51 +01:00
parent 7c7a47a066
commit 2e2155f492
1 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@ matrix:
- brew install qt5
- brew link qt5 --force
script:
- qmake -spec macx-xcode Jamulus.pro
- xcodebuild -list -project Jamulus.xcodeproj
- xcodebuild -scheme Jamulus build
- qmake Jamulus.pro
- mac/deploy_mac.sh
#deploy function is only available in travis-ci.com (not free) but not in travis-ci.org (free)
#deploy:
# provider: releases