Matlab with Azure CI

Matlab CI services include Azure Pipelines. Matlab Azure Pipelines CI automatically tests Matlab code on each “git push” as with other coding languages. The azure-pipelines.yml file in the Git repo controls CI behavior. A top-level file buildfile.m is also needed.

GitHub Actions Matlab CI is often easier to use than Azure in general and runs atop Azure.

This Matlab azure-pipelines.yml will test a Matlab project on Azure Pipelines CI at no cost. The top level TestAll.m is also necessary to discover and run the tests.