From d9fb089d773e94786b95e3b431e17afdfe7a0de3 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:57:21 -0400 Subject: [PATCH 1/7] Update matlab.md --- user/languages/matlab.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index c5925f8dde5..05b94c24d82 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -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:continuous-integration@mathworks.com) | Minimal example: @@ -25,6 +24,8 @@ language: matlab +{: .warning} +> MATLAB builds are no longer supported. MATLAB releases newer than R2024a are not available for use. 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 @@ -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® environments. -### Community-Supported Language - -The MATLAB language is maintained by MathWorks®. If you have any questions or suggestions, please contact MathWorks at [continuous-integration@mathworks.com](mailto:continuous-integration@mathworks.com). - ## 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. @@ -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)
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)
-[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html) \ No newline at end of file +[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html) From a9c9c0f4ca83ed9a78135430b4fd1975cc8bae67 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:58:09 -0400 Subject: [PATCH 2/7] Update matlab.md --- user/languages/matlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index 05b94c24d82..70083eb28c2 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -25,7 +25,7 @@ language: matlab {: .warning} -> MATLAB builds are no longer supported. MATLAB releases newer than R2024a are not available for use. +> 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®](https://www.mathworks.com/products/matlab.html) and [Simulink®](https://www.mathworks.com/products/simulink.html) projects. Please make sure to read our From c5544d73f7070c13a501f0e5ca5417ab20c9440d Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:59:42 -0400 Subject: [PATCH 3/7] Update matlab.md From dbee6270b7c0ff7309156262af2c366fb4240d64 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:28:22 -0400 Subject: [PATCH 4/7] Update matlab.md --- user/languages/matlab.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index 70083eb28c2..3827331f8ac 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -24,16 +24,15 @@ language: matlab -{: .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®](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. +> Builds using the MATLAB language are no longer supported. MATLAB releases newer than R2024a are not available for use. +> +> MATLAB builds are available only for public projects in Linux® environments. ## Specify MATLAB Releases and Run Tests From c8a1f0ec3325587c35c953e950ba2b2f45db12d8 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:24:46 -0400 Subject: [PATCH 5/7] Update matlab.md --- user/languages/matlab.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index 3827331f8ac..5c0eac506fd 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -30,9 +30,7 @@ This guide covers build environment and configuration topics specific to [general build configuration](/user/customizing-the-build/) guides first. {: .warning} -> Builds using the MATLAB language are no longer supported. MATLAB releases newer than R2024a are not available for use. -> -> MATLAB builds are available only for public projects in Linux® environments. +> Builds using the MATLAB language are no longer supported. MATLAB releases newer than R2024a are not available for use. MATLAB builds are available only for public projects in Linux® environments. ## Specify MATLAB Releases and Run Tests From 1920e72711dbbc87cca9047180da36c3db6ff8d4 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:25:19 -0400 Subject: [PATCH 6/7] Update matlab.md --- user/languages/matlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index 5c0eac506fd..652f70e3553 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -30,7 +30,7 @@ This guide covers build environment and configuration topics specific to [general build configuration](/user/customizing-the-build/) guides first. {: .warning} -> Builds using the MATLAB language are no longer supported. MATLAB releases newer than R2024a are not available for use. MATLAB builds are available only for public projects in Linux® environments. +> Builds using the MATLAB language are no longer supported. MATLAB releases beyond R2024a are not available for use. MATLAB builds are available only for public projects in Linux® environments. ## Specify MATLAB Releases and Run Tests From 665f1500e6e159ad18f4e61cc1e216ad2c3390fd Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:54:42 -0400 Subject: [PATCH 7/7] Update matlab.md --- user/languages/matlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/languages/matlab.md b/user/languages/matlab.md index 652f70e3553..69783e2e05e 100644 --- a/user/languages/matlab.md +++ b/user/languages/matlab.md @@ -30,7 +30,7 @@ This guide covers build environment and configuration topics specific to [general build configuration](/user/customizing-the-build/) guides first. {: .warning} -> Builds using the MATLAB language are no longer supported. MATLAB releases beyond R2024a are not available for use. MATLAB builds are available only for public projects in Linux® environments. +> 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. ## Specify MATLAB Releases and Run Tests