diff --git a/appveyor.yml b/appveyor.yml index 00dfa93942..d624ca8b38 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: