mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-18 17:40:48 +02:00
6 lines
188 B
Batchfile
6 lines
188 B
Batchfile
|
cd %APPVEYOR_BUILD_FOLDER%
|
||
|
cd build_%VCMI_BUILD_PLATFORM%
|
||
|
|
||
|
echo Building with coverity...
|
||
|
cov-build.exe --dir cov-int cmake --build . --config %VCMI_BUILD_CONFIGURATION% -- /maxcpucount:2
|