diff --git a/.travis.yml b/.travis.yml index 144a15e5ca..18ecb6133e 100755 --- a/.travis.yml +++ b/.travis.yml @@ -269,11 +269,11 @@ script: #### # Install FreeCAD and run unit tests. Test failures will fail the build ## -# MSBuild.exe /m FreeCAD_Trunk.sln +# MSBuild.exe /m FreeCAD.sln - | 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.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:\Users\travis\build\FreeCAD\FreeCAD\.travis\build.bat' # ls -lahR cp -a ../FreeCADLibs/bin/* bin/ diff --git a/appveyor.yml b/appveyor.yml index d624ca8b38..cd09642a73 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ build_script: - 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 + - msbuild FreeCAD.sln /p:TrackFileAccess=false /p:CLToolExe=clcache.exe /p:CLToolPath=c:\Python37\Scripts\ /m - ps: fsutil behavior set disablelastaccess 1 - clcache -s