This repository shows how to run MATLAB tests using GitHub Actions
CI Platform | Badges | Badge Help |
---|---|---|
GitHub Actions | GitHub Actions documentation for setting up badges |
Here's how to really quickly and easily use this repository:
- Fork the repository to your own GitHub account
- Replace the MATLAB code and tests (in /main and /test) in your repository with your own MATLAB code and tests
- Use the included CI configurations (Azure DevOps, CircleCI, GitHub Actions, or Travis CI) to set up your CI job and point it at your repository
- Enjoy using CI with MATLAB!
That's really it!
There's no need to change any of the CI configuration files because they are all completely agnostic of the specific MATLAB code being used.