Skip to content

Commit

Permalink
Add MPM support to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Feb 19, 2024
1 parent 97c010c commit 7f0fb40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compile Toolbox
uses: matlab-actions/run-command@v1
with:
command: disp(ver);cd('CI/scripts');genTlbx(1);exit()
command: cd('CI/scripts');genTlbx(1);exit()

- name: Move generated .mltbx file
run: |
Expand All @@ -47,10 +47,8 @@ jobs:
- name: Run Tests
uses: matlab-actions/run-command@v1
with:
command: addpath(genpath('test'));runHWTests;exit()
command: addpath(genpath('test'));runtests("NonHWTest");exit()



- name: Post development build to GH releases page
uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 7f0fb40

Please sign in to comment.