* Travis: Move building to external batch script * Travis: double quotes to escape route * Travis: use cmd.exe to call batch file
7 lines
326 B
Batchfile
7 lines
326 B
Batchfile
echo on
|
|
|
|
call "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
|
|
|