You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
2) Add the required build steps in the **Build** section:
44
44
* If you add the [**Run MATLAB Tests**](#run-matlab-tests) build step, select check boxes for the artifacts be generated in the project workspace.
45
45
* If you add the [**Run MATLAB Command**](#run-matlab-command) build step, enter your commands in the **Command** box.
46
46
@@ -51,30 +51,23 @@ In addition to freestyle projects, the plugin supports [multi-configuration (mat
51
51
52
52
To configure the plugin for a multi-configuration project, specify the location where MATLAB is installed as well as the required build steps. In addition, add user-defined axes in the **Configuration Matrix** section to specify the duplicating build steps.
53
53
54
-
1) Add a user-defined axis in the **Configuration Matrix** to represent the MATLAB versions in the build. Specify the name of the axis in the **Name**field and its values in the **Values**field. Separate the elements in the **Values** field with a space. In this example, four MATLAB versions are specified to run the same set of tests.
54
+
1) Add a user-defined axis in the **Configuration Matrix**section to represent the MATLAB versions in the build. Specify the name of the axis in the **Name**box and its values in the **Values**box. Separate the values with a space. In this example, four MATLAB versions are specified to run the same set of tests.
Add a user-defined axis in the **Configuration Matrix** to represent the MATLAB versions in the build.
61
-
62
57
63
-
Add another user-defined axis using the **Add axis**button. In this example, the **TEST_TAG** axis specifies the possible test tags for a group of test elements.
58
+
You can specify several axes in the **Configuration Matrix**section. For example, add the **TEST_TAG** axis specifying the possible test tags for a group of tests.
2) In the **Run MATLAB Tests** section of the project, include the user-defined axis name in the **MATLAB root**field to specify the locations where MATLAB is installed. In this example, **$VERSION** will be replaced by one axis value per build step.
62
+
2) In the **Build Environment** section, include the user-defined axis name in the **MATLAB root**box to specify the locations where MATLAB is installed. In this example, **$VERSION** will be replaced by one axis value per build step.
In the **Run MATLAB Tests** section of the project, use the **VERSION** axis to specify the locations where MATLAB is installed.
71
-
3) Add the required build steps:
66
+
3) Add the required build steps in the **Build** section:
72
67
* If you add the [**Run MATLAB Tests**](#run-matlab-tests) build step, select check boxes for the artifacts be generated in the project workspace.
73
-
* If you add the [**Run MATLAB Command**](#run-matlab-command) build step, enter your commands in the **Command** box.
68
+
* If you add the [**Run MATLAB Command**](#run-matlab-command) build step, enter your commands in the **Command** box. You can use the user-defined axes to create your commands. For example:
From the **Test mode** drop-down list, select the **Custom** option. Use the second user-defined axis to create your commands and enter them in the **MATLAB command** field. Then, save your settings and run the build.
77
-
78
71
79
72
**Note:**
80
73
* For a user-defined axis named **VAR**, **$VAR** and **${VAR}** are both valid formats for accessing the values.
0 commit comments