AppVeyor: Enable atime to auto clean older accessed cache objects

This commit is contained in:
Abdullah Tahiri
2019-05-05 22:43:50 +02:00
committed by abdullahtahiriyo
parent d078f901c7
commit 2cc7330355

View File

@@ -54,7 +54,9 @@ build_script:
-G "%generator%" ..
- mkdir bin
- xcopy C:\projects\freecad\FreeCADLibs\bin C:\projects\freecad\build\bin /E /Q
- ps: fsutil behavior set disablelastaccess 0 # Enable Access time feature on Windows (for clcache)
- msbuild FreeCAD_Trunk.sln /p:TrackFileAccess=false /p:CLToolExe=clcache.exe /p:CLToolPath=c:\Python37\Scripts\ /m
- ps: fsutil behavior set disablelastaccess 1
- clcache -s
#after_build: