Skip to content
Snippets Groups Projects
Verified Commit 5edbad61 authored by Joe Donofry's avatar Joe Donofry
Browse files

Update cirrus build to work around brew bundle issue

parent da60aa88
No related branches found
No related tags found
No related merge requests found
Pipeline #4576 passed
......@@ -5,6 +5,9 @@ task:
environment:
GITLAB_TRIGGER_TOKEN: ENCRYPTED[!5fb4bbdecbde3b2c766ac7383dca573cd5ec8b815c5ac9bede0cadfe9ad70ecd3e64b1728f7840da087099f3fc1fd4f7!]
homebrew_script:
# The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
- brew update-reset
- unset HOMEBREW_NO_AUTO_UPDATE
- brew bundle --file .ci/macos/Brewfile
build_script:
- export PATH="$(brew --prefix qt5)/bin/:${PATH}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment