Skip to content

Commit

Permalink
compile mex before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 20, 2024
1 parent d52c95e commit 9f1e2dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1

- name: List directory contents (debug step)
run: ls -R
- name: Compile MEX files
run: |
matlab -batch "cd utilities/intervalsC+; mex CountInIntervals.c; mex FindInInterval.c; mex MatchUpIndices.c"
matlab -batch "cd utilities/mapsC+; mex Contiguous.c; mex FindField.c"
- name: Run MATLAB tests
run: |
Expand Down

0 comments on commit 9f1e2dd

Please sign in to comment.