Skip to content

Stable: Integration with CI continues

Compare
Choose a tag to compare
@PrzemekWirkus PrzemekWirkus released this 13 Jul 13:48
· 678 commits to master since this release

Changes:

  • Few small changes in the way mbedgt returns codes in CI jobs
    • Job will fail if at least one test fails: return code will be >0
    • Job fails if no specified tests were found for given target->platform: return code will be <-10
    • Job fails if no devices were specified for given targets: return code will be <-100
  • Added Doxygen style documentation for existing APIs