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 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
|
||||||
|
|
Loading…
Reference in a new issue