build_script.bat 136 B

123456
  1. cd %APPVEYOR_BUILD_FOLDER%
  2. cd build_%VCMI_BUILD_PLATFORM%
  3. cmake --build . --config %VCMI_BUILD_CONFIGURATION% -- /maxcpucount:2
  4. cpack