Any interest in automated clang scan-build website?

Everything about development and the OpenMW source code.
Post Reply
maqifrnswa
Posts: 180
Joined: 14 Jan 2013, 03:57

Any interest in automated clang scan-build website?

Post by maqifrnswa »

I just set this up for someone else:
http://librecad.github.io/static-analyzer-reports/

their travis build uploads the html output from clang's static analyzer to a github pages respository after every commit on the master branch. Info is here:
https://github.com/LibreCAD/LibreCAD/bl ... reports.sh

the above script runs after the static analyzer output is written to the out/ directory.

It's all done on travis, and I think it's already running scan-build.

Similarly, we can move the daily PPA build infrastructure to travis so that the system isn't dependent on a lose electrical outlet!
Post Reply