Skip to content

Releases: mathworks/matlab-teamcity-plugin

v1.1.0

20 Mar 09:11
a609c7f
Compare
Choose a tag to compare

Features

  • You can specify build options for your MATLAB build when configuring the Run MATLAB Build step. For example, you can specify -continueOnFailure to continue running the MATLAB build upon a build environment setup or task failure. For more information, see Run MATLAB Build.

v1.0.0

20 Dec 10:31
b0955b7
Compare
Choose a tag to compare

Features

  • Run your MATLAB code and Simulink models with TeamCity. This plugin provides you with three build steps:

    • Run MATLAB Build — Run a build using the MATLAB build tool. You can use this build step to run the tasks specified in a file named buildfile.m in the root of your repository.

    • Run MATLAB Tests — Run MATLAB and Simulink tests and generate artifacts such as JUnit-style test results and HTML code coverage reports.

    • Run MATLAB Command — Run MATLAB scripts, functions, and statements. You can use this build step to customize your test run or add a step in MATLAB to your build.

    For more information about the plugin, see Plugin Configuration Guide.