diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-03-26 12:28:44 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-03-26 14:57:14 +0200 |
commit | 25c8b73656c90f7b78a90f25c5bcc308f8b7c598 (patch) | |
tree | ae2c82a6ce4373e012735338276fb7a7a8be808e /.travis.yml | |
parent | 596c627a1eb2b32e2755ae5b9bf32235cf8ce72b (diff) |
ci: Use Homebrew addon on native macOS
Also the macOS image has been updated.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9a111c03ad..e61bba4afb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,8 +153,20 @@ jobs: name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]' os: osx # Use the most recent version: - # Xcode 11.2.1, macOS 10.14, JDK 13.0.1, SDK 10.15 + # Xcode 11.3.1, macOS 10.14, SDK 10.15 # https://docs.travis-ci.com/user/reference/osx/#macos-version - osx_image: xcode11.2 + osx_image: xcode11.3 + addons: + homebrew: + packages: + - libtool + - berkeley-db4 + - boost + - miniupnpc + - qt + - qrencode + - python3 + - ccache + - zeromq env: >- FILE_ENV="./ci/test/00_setup_env_mac_host.sh" |