Use Mac deployment script for Travis CI
This commit is contained in:
parent
7c7a47a066
commit
2e2155f492
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue