Difference between revisions of "Continuous Integration Tests"

From MythTV Official Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
==Build==
 
==Build==
  
* BuildbotNetwork
+
* [[Buildbot Network]]
 
** [https://code.mythtv.org/buildbot/ Build Network]
 
** [https://code.mythtv.org/buildbot/ Build Network]
  

Latest revision as of 12:49, 3 March 2014

The following are a list of proposed tests and scripts to be run as part of the planned continuous integration suite.

Build

Static Analysis & Validation

  • cppcheck - C/C++ Code analysis
  • xmllint - XML validation, will validate against a DTD,XSD or just XML spec (themes, configs)
  • Clang static-analysis - standalone tool, but has to run during full build making it less useful and slow!

Release & Packaging

  • Nightly -fixes tarballs? (trunk too??)

Translations

  • Automatic updates and commits of the translation string files (not the translations themselves, at least not yet)