Skip to content

Add unsupported notice #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 18, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 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,6 +24,8 @@ language: matlab

</aside>

{: .warning}
> MATLAB builds are not currently supported. MATLAB releases newer than R2024a are not available for use.

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
Expand All @@ -35,10 +36,6 @@ This guide covers build environment and configuration topics specific to
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.


### Community-Supported Language

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

Specify MATLAB releases using the `matlab` key. You can specify R2020a or a later release. If you do not specify a release, Travis CI uses the latest release of MATLAB.
Expand Down Expand Up @@ -96,4 +93,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)