mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
7daaa604cc
I thought we could use AppVeyor due to it's higher timeout of 1 hour, but it's stuck on lib compilation. I'll still keep scripts in place so we can use them in future in case something changed
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
|