diff --git a/build-all.bat b/build-all.bat index d9978761cd..b7af9e7e71 100644 --- a/build-all.bat +++ b/build-all.bat @@ -29,17 +29,21 @@ if "%configuration%" == "Release" ( rem plarform & config specialization -if "%PLATFORM%" == "MinGW" ( - set BatchJobs=build-gnu.bat - rem Skip all other batch files because they reject MinGW platform. -) else ( +if "%CONFIGURATION%" == "Release" ( set BatchJobs=build-sln.bat^ build-chm.bat^ build-installer.bat^ + zipArtifacts.bat +) else ( + set BatchJobs=build-sln.bat^ externals\cppcheck\install-cppcheck.bat^ run-cppcheck.bat^ zipArtifacts.bat ) +if "%PLATFORM%" == "MinGW" ( + set BatchJobs=build-gnu.bat + rem Skip all other batch files because they reject MinGW platform. +) rem run