Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit a42387c

Browse files
committed
CI: cache boost build on AppVeyor
1 parent a2af938 commit a42387c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ configuration:
3131
- RelWithDebInfo
3232
environment:
3333
TESTS: On
34-
cache: build/evmjit/llvm
34+
cache:
35+
- build/evmjit/llvm
36+
- deps/boost -> deps/boost.cmake
37+
- deps/tmp/boost -> deps/boost.cmake
3538
#RDP LOGIN details for trouble shooting
3639
#init:
3740
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)