Skip to content

Commit

Permalink
Update mex.yml to run matlab check_finufft test with generated mex files
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored Jun 25, 2024
1 parent 4a4da6e commit dd6ccb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
sudo apt install libfftw3-dev
sed -i '/ LIBSFFT/a \ \ LIBSFFT := `g++ --print-file-name libfftw3.a` `g++ --print-file-name libfftw3f.a` `g++ --print-file-name libfftw3_omp.a` `g++ --print-file-name libfftw3f_omp.a` -lm -lgomp' makefile
make matlab
- name: Run Matlab test
uses: matlab-actions/run-command@v2
with:
command: addpath(genpath('matlab')), check_finufft
- name: Upload mex files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dd6ccb0

Please sign in to comment.