You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update links to use READMEs, CONFIGDOC, or OVERVIEW pages
* Add comments to .gitlab-ci.yml
Added comments for MATLAB Build Component usage.
* Clean up link
* Address feedback in README
* Address feedback for .gitlab-ci.yml comments
Updated comments to clarify the purpose of the pipeline configuration.
* Fix typo
* Fix typo
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,14 +132,14 @@ The repository includes these files:
132
132
133
133
|**File Path**|**Description**|
134
134
|:---------------------------|:----------------|
135
-
|[`code/dayofyear.m`](code/dayofyear.m)| The [`dayofyear`](code/dayofyear.m) function returns the day-of-year number for a given date string "mm/dd/yyyy" |
136
-
|[`tests/TestExamples.m`](tests/TestExamples.m)| The [`TestExamples`](tests/TestExamples.m) class provides a few equality and negative tests for the [`dayofyear`](code/dayofyear.m) function |
137
-
|[`tests/ParameterizedTestExample.m`](tests/ParameterizedTestExample.m)| The [`ParameterizedTestExample`](tests/ParameterizedTestExample.m) class provides 12 tests for the [`dayofyear`](code/dayofyear.m) function using the parameterized test format |
138
-
|[`azure-pipelines.yml`](azure-pipelines.yml)| The [`azure-pipelines.yml`](azure-pipelines.yml) file defines the pipeline that runs on [Azure DevOps](https://marketplace.visualstudio.com/items?itemName=MathWorks.matlab-azure-devops-extension). |
139
-
|[`.circleci/config.yml`](.circleci/config.yml)| The [`config.yml`](.circleci/config.yml) file defines the pipeline that runs on [CircleCI](https://circleci.com/orbs/registry/orb/mathworks/matlab)|
140
-
|[`.github/workflows/ci.yml`](.github/workflows/ci.yml)| The [`ci.yml`](.github/workflows/ci.yml) file defines the pipeline that runs on [GitHub Actions](https://github.com/matlab-actions/overview)|
141
-
|[`Jenkinsfile`](Jenkinsfile)| The [`Jenkinsfile`](Jenkinsfile) file defines the pipeline that runs on [Jenkins](https://plugins.jenkins.io/matlab/)|
142
-
|[`.gitlab-ci.yml`](.gitlab-ci.yml)| The [`.gitlab-ci.yml`](.gitlab-ci.yml) file defines the pipeline that runs on [GitLab CI/CD](https://docs.gitlab.com/ee/ci/)|
135
+
|[`code/dayofyear.m`](code/dayofyear.m)| The [`dayofyear`](code/dayofyear.m) function returns the day-of-year number for a given date string "mm/dd/yyyy".|
136
+
|[`tests/TestExamples.m`](tests/TestExamples.m)| The [`TestExamples`](tests/TestExamples.m) class provides a few equality and negative tests for the [`dayofyear`](code/dayofyear.m) function.|
137
+
|[`tests/ParameterizedTestExample.m`](tests/ParameterizedTestExample.m)| The [`ParameterizedTestExample`](tests/ParameterizedTestExample.m) class provides 12 tests for the [`dayofyear`](code/dayofyear.m) function using the parameterized test format.|
138
+
|[`azure-pipelines.yml`](azure-pipelines.yml)| The [`azure-pipelines.yml`](azure-pipelines.yml) file defines the pipeline that runs using the [MATLAB extension for Azure DevOps](https://github.com/mathworks/matlab-azure-devops-extension/blob/master/overview.md). |
139
+
|[`.circleci/config.yml`](.circleci/config.yml)| The [`config.yml`](.circleci/config.yml) file defines the pipeline that runs using the [MATLAB orb for CircleCI]([https://circleci.com/orbs/registry/orb/mathworks/matlab](https://github.com/mathworks/matlab-circleci-orb/blob/master/README.md).|
140
+
|[`.github/workflows/ci.yml`](.github/workflows/ci.yml)| The [`ci.yml`](.github/workflows/ci.yml) file defines the pipeline that runs using the [MATLAB actions for GitHub Actions](https://github.com/matlab-actions/overview).|
141
+
|[`Jenkinsfile`](Jenkinsfile)| The [`Jenkinsfile`](Jenkinsfile) file defines the pipeline that runs using the [MATLAB plugin for Jenkins](https://github.com/jenkinsci/matlab-plugin/blob/master/CONFIGDOC.md).|
142
+
|[`.gitlab-ci.yml`](.gitlab-ci.yml)| The [`.gitlab-ci.yml`](.gitlab-ci.yml) file defines the pipeline that runs using the [MATLAB `build` component for GitLab CI/CD](https://gitlab.com/mathworks/components/matlab/-/blob/main/README.md).|
0 commit comments