From 7ea45642582802d6e4e2cc3a8ff1120b0fd0c635 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Thu, 2 May 2019 13:59:05 +0200 Subject: [PATCH] msbuild verbose and logo --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ba5f98883..6c1467b15a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -272,7 +272,8 @@ script: - | if [ "${TRAVIS_OS_NAME}" == "windows" ]; then # call msbuild using clcache - cmd.exe /C '"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64 && MSBuild.exe FreeCAD_Trunk.sln /p:CLToolExe=clcache.exe /p:TrackFileAccess=false /p:CLToolPath=C:\Users\travis\build\FreeCAD\FreeCAD /m:2 /nologo /verbosity:minimal /p:Configuration=Release /p:Platform=x64' + #cmd.exe /C '"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64 && MSBuild.exe FreeCAD_Trunk.sln /p:CLToolExe=clcache.exe /p:TrackFileAccess=false /p:CLToolPath=C:\Users\travis\build\FreeCAD\FreeCAD /m:2 /nologo /verbosity:minimal /p:Configuration=Release /p:Platform=x64' + cmd.exe /C '"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64 && MSBuild.exe FreeCAD_Trunk.sln /p:CLToolExe=clcache.exe /p:TrackFileAccess=false /p:CLToolPath=C:\Users\travis\build\FreeCAD\FreeCAD /m:2 /verbosity:diag /p:Configuration=Release /p:Platform=x64' # ls -lahR cp -a ../FreeCADLibs/bin/* bin/ # show clcache hit stats