Skip to content

Commit

Permalink
AppVeyor: Enable atime to auto clean older accessed cache objects
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahtahiriyo committed May 6, 2019
1 parent d078f90 commit 2cc7330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cc7330

Please sign in to comment.