AppVeyor: disable msbuild filetracking for clcache

This commit is contained in:
Abdullah Tahiri
2019-05-04 20:13:28 +02:00
committed by abdullahtahiriyo
parent dce237b4a3
commit e69b147207

View File

@@ -52,7 +52,7 @@ build_script:
-G "%generator%" ..
- mkdir bin
- xcopy C:\projects\freecad\FreeCADLibs\bin C:\projects\freecad\build\bin /E /Q
- msbuild FreeCAD_Trunk.sln /p:CLToolExe=clcache.exe /p:CLToolPath=c:\Python37\Scripts\ /m
- msbuild FreeCAD_Trunk.sln /p:TrackFileAccess=false /p:CLToolExe=clcache.exe /p:CLToolPath=c:\Python37\Scripts\ /m
- clcache -s
#after_build: