Skip to content

Commit c3653ae

Browse files
committed
! improve appveyor ci cache usage
1 parent ae14058 commit c3653ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ for:
3838
after_test:
3939
- sh: ./scripts/codecov.sh
4040
- sh: rm -rf /home/appveyor/.m2/repository/com/alibaba/dns-cache-manipulator*
41+
- sh: rm -rf /home/appveyor/.sdkman/archives/*
4142

4243
cache:
44+
# if cache size is exceed appveyor limit:
45+
# Compressed cache item cannot exceed 1,048,576,000 bytes
46+
# skip below maven cache:
4347
- /home/appveyor/.m2/
4448
- /home/appveyor/.sdkman/
4549
-

0 commit comments

Comments
 (0)