mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
caf0edf618
There also extended build matrix for toolchain_test branch.
7 lines
136 B
Batchfile
7 lines
136 B
Batchfile
cd %APPVEYOR_BUILD_FOLDER%
|
|
cd build_%VCMI_BUILD_PLATFORM%
|
|
|
|
cmake --build . --config %VCMI_BUILD_CONFIGURATION% -- /maxcpucount:2
|
|
|
|
cpack
|