summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-11-02 01:48:22 -0600
committerBe <be@mixxx.org>2020-11-03 13:22:43 -0600
commitd07cd5440a60f9addf9694c7a0d5eccde2eba310 (patch)
tree452fa60f5c94104b5abb771ad791fd0321008bdb
parent00526bee930eda292c66691f7ca9c29638257be2 (diff)
AppVeyor: don't manually clean clcache before each Windows build
clcache automatically cleans itself
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 70803bc38e..dabebbb8e3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -214,7 +214,6 @@ for:
- cd %APPVEYOR_BUILD_FOLDER%
# Limit cache size to 100 MB
- clcache -M 100000000
- - clcache -c
- clcache -s
# Improve clcache performance
- set CLCACHE_SERVER=1