forked from travis-ci/docs-travis-ci-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from davidbuzinski/add-unsupported-notice
- Loading branch information
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -25,19 +24,14 @@ language: matlab | |
</aside> | ||
This guide covers build environment and configuration topics specific to | ||
[MATLAB®](https://www.mathworks.com/products/matlab.html) and [Simulink®](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® environments. | ||
### Community-Supported Language | ||
> MATLAB builds are no longer supported and are available only for public projects in Linux® environments. MATLAB releases beyond R2024a are not available for use. | ||
The MATLAB language is maintained by MathWorks®. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]). | ||
## Specify MATLAB Releases and Run Tests | ||
|
@@ -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) |