Skip to content

Commit

Permalink
Merge pull request #1 from davidbuzinski/add-unsupported-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Apr 18, 2024
2 parents f29c6be + 665f150 commit 4de5e4f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions user/languages/matlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ layout: en
| [Default `install`](#dependency-management) | N/A |
| [Default `script`](#default-build-script) | `matlab -batch "results = runtests('IncludeSubfolders',true); assertSuccess(results);" ` |
| [Matrix keys](#build-matrix) | `matlab`, `env` |
| Support | [MathWorks](mailto:[email protected]) |

Minimal example:

Expand All @@ -25,19 +24,14 @@ language: matlab
</aside>
This guide covers build environment and configuration topics specific to
[MATLAB&reg;](https://www.mathworks.com/products/matlab.html) and [Simulink&reg;](https://www.mathworks.com/products/simulink.html) projects. Please make sure to read our
[Tutorial](/user/tutorial/) and
[general build configuration](/user/customizing-the-build/) guides first.
{: .warning}
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.
### Community-Supported Language
> MATLAB builds are no longer supported and are available only for public projects in Linux&reg; environments. MATLAB releases beyond R2024a are not available for use.
The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).
## Specify MATLAB Releases and Run Tests
Expand Down Expand Up @@ -96,4 +90,4 @@ MATLAB exits with exit code 0 if the specified script, function, or statement ex
## See Also
[Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)<br/>
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)<br/>
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)

0 comments on commit 4de5e4f

Please sign in to comment.