|
Here is a sample script we use on Unix to automatically analyze one of
the examples posted on this web site.
First it finds any new C/C++ files, then it parses the code, then it
publishes the code (and information about it) using SourcePublisher. Everything
you can do with the SourcePublisher GUI you can do from the command line.
An example use might be nightly analysis and publishing of source checkins.
Put in a cron job so it happens automatically.
|