Releases: mathworks/matlab-teamcity-plugin
Releases · mathworks/matlab-teamcity-plugin
v1.2.0
v1.1.0
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
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.
-