Remove specific for travis operation.
This commit is contained in:
parent
5602114489
commit
d98d5758d6
|
@ -43,10 +43,6 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
||||||
local_homebrew_cache:
|
local_homebrew_cache:
|
||||||
folder: "$HOME/Library/Caches/Homebrew"
|
folder: "$HOME/Library/Caches/Homebrew"
|
||||||
install_script:
|
install_script:
|
||||||
- brew cleanup
|
|
||||||
# Credit https://discourse.brew.sh/t/best-practice-for-homebrew-on-travis-brew-update-is-5min-to-build-time/5215/9
|
|
||||||
# Cache only .git files under "/usr/local/Homebrew" so "brew update" does not take 5min every build
|
|
||||||
- find /usr/local/Homebrew \! -regex ".+\.git.+" -delete
|
|
||||||
- brew update > /dev/null
|
- brew update > /dev/null
|
||||||
- brew install qt5
|
- brew install qt5
|
||||||
- chmod -R 755 /usr/local/opt/qt5/*
|
- chmod -R 755 /usr/local/opt/qt5/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user