GLA Summit 2022/Continuous Integration - using Team City and composed-ci

From LabVIEW Wiki
Jump to: navigation, search

Continuous Integration - using Team City and composed-ci by Maciej Kolosko

The goal of the presentation is to how one can set up CI on JetBrains Team City using tooling developed by Steve Ball called composed-ci.

An example will contain:

  • Fetching Code from Source code control (git / bitbucket)
  • Compiling of the LabVIEW application (including using LV Submodules)
  • Running unit tests using JKI VI Tester
  • Building of the Application as an (executable or other build spec like NI Package)
  • Running Static Analysis using VI analyzer.

Presentation Links

See Also

External Links