Skip to content

Update azure-pipelines.yml #49

Update azure-pipelines.yml

Update azure-pipelines.yml #49

Workflow file for this run

on: [push]
jobs:
build:
name: Run MATLAB Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run build
uses: matlab-actions/run-build@v2
with:
tasks: test