File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 23
23
- $TRAVIS_BUILD_DIR/depends/sdk-sources
24
24
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
25
25
- $TRAVIS_BUILD_DIR/releases/$HOST
26
- before_cache :
27
- - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
28
26
stages :
29
27
- lint
30
28
- test
@@ -135,22 +133,12 @@ jobs:
135
133
# Xcode 11.3.1, macOS 10.14, SDK 10.15
136
134
# https://docs.travis-ci.com/user/reference/osx/#macos-version
137
135
osx_image : xcode11.3
138
- cache :
139
- directories :
140
- - $TRAVIS_BUILD_DIR/ci/scratch/.ccache
141
- - $TRAVIS_BUILD_DIR/releases/$HOST
142
- - $HOME/Library/Caches/Homebrew
143
- - /usr/local/Homebrew
144
136
addons :
145
137
homebrew :
146
138
packages :
147
- - libtool
148
139
- berkeley-db4
149
- - boost
150
140
- miniupnpc
151
- - qt
152
141
- qrencode
153
- - python3
154
142
- ccache
155
143
- zeromq
156
144
env : >-
You can’t perform that action at this time.
0 commit comments