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

View File

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