File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 6464 - name : Non-MEX tests
6565 uses : ./.github/workflows/composite-nomex
6666
67- - name : MEX tests
67+ - name : Mex & Exe Test (>= R2024b)
6868 if : ${{ matrix.release >= 'R2024b' }}
69- uses : ./.github/workflows/composite-mex
69+ uses : matlab-actions/run-build@v2
70+ with :
71+ startup-options : -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
72+ tasks : test:mex test:exe
73+
74+ - name : Exe Test (legacy)
75+ if : ${{ matrix.release >= 'R2023a' && matrix.release < 'R2024b' }}
76+ uses : matlab-actions/run-build@v2
77+ with :
78+ startup-options : -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
79+ tasks : test_exe
7080
7181
7282 matlab-older-than-R2022a :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333
3434 plan(" test_java" ) = matlab .buildtool .Task(Actions = @(context ) legacy_test(context , cjava ));
3535 plan(" test_nomex" ) = matlab .buildtool .Task(Actions = @(context ) legacy_test(context , cnomex ), Dependencies= " clean" );
36- plan(" test_mex" ) = matlab .buildtool .Task(Actions = @(context ) legacy_test(context , cmex ), Dependencies= " mex" );
3736
3837elseif isMATLABReleaseOlderThan(" R2025a" )
3938 % Matlab == R2024b
You can’t perform that action at this time.
0 commit comments