Skip to content

BicopShield

BicopShield #474

Workflow file for this run

name: Build (MATLAB)
on: [push]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install MATLAB
uses: matlab-actions/[email protected]
with:
release: R2021a
- name: Run script
uses: matlab-actions/[email protected]
with:
command: build_matlab