mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-16 10:19:47 +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
|