Skip to content

Commit

Permalink
[ci] add matlab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent a877c0d commit a554437
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ jobs:
./mmc -Q edgeimmc -G -1 || true
./mmc -Q nodeimmc -G -1 || true
./mmc -Q faceimmc -G -1 || true
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2022a
- name: Run MATLAB mcxlabcl test
uses: matlab-actions/run-command@v1
with:
command: cd MCXStudio; mcxsuite_addpath; cd MATLAB/mcxlabcl/examples; demo_mcxlab_basic; demo_mcxlab_2d; demo_mcxlab_replay; demo_bc_det; demo_photon_sharing;
- name: Run MATLAB mmclab test
uses: matlab-actions/run-command@v1
with:
command: cd MCXStudio; mcxsuite_addpath; cd MATLAB/mmclab/example; demo_mmclab_basic; demo_example_meshtest; demo_example_replay; demo_wide_det; demo_photon_sharing;

0 comments on commit a554437

Please sign in to comment.