mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-21 19:19:26 +02:00
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
|