mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-02 09:02:03 +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
|