Skip to content

Update MATLAB.gitlab-ci.yml to add a new `build` job

sameagen-MW requested to merge sameagen-MW/gitlab:master into master

What does this MR do and why?

Update MATLAB.gitlab-ci.yml to add a new build job

The build job describes how to run a MATLAB build using the build tool added in release R2022b. A few other minor changes to the template documentation were made to ensure that everything is up-to-date.

Changelog: added

How to set up and validate locally

In a locally hosted GitLab instance:

  1. Create a new empty repository.
  2. Using the UI, add a file named .gitlab-ci.yml.
  3. After the template drop-down appears, select the MATLAB template.
  4. Ensure that the build job is present at the bottom of the template.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

I'm a first-time GitLab contributor, so please let me know if I missed any step of the process. I don't believe that the template usage metrics needed to be updated in any way, but let me know if that ends up not being the case!

Merge request reports