losagain.blogg.se

Visual c++ build tools
Visual c++ build tools






visual c++ build tools

My scans worked fine for a year (approx.), but recently (~4-6 months ago) started failing - refer to this one for example. Scan is performed only for builds performed on coverity_scan branch. I configured my build with Coverity Scan in the same way as it is described in Using Coverity Scan with AppVeyor article. I have to use Windows builds for this scan because of Coverity Scan detects % of scanned sources and fail my scans on Linux because some Windows-only code is not scanned when building on Linux. My configuration uses matrix (multiple jobs) and one of the jobs performs scan with Coverity Scan tool.

visual c++ build tools

I configured AppVeyor for Windows builds. I find AppVeyor the best option for Windows builds and I find AppVeyor free plan great because it provides ability to store built artifacts - most of CI platforms do not provide this option for free and there are not so much CI platforms which provide Windows builds. First of all I'd like to thank AppVeyor team for this helpful (and free for open source) project.








Visual c++ build tools