Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 18, 2024
1 parent e22308e commit f4e1c00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ jobs:
# now, copy the libmexlibczi.dll to this folder
cp build/MEXlibCZI/Release/libmexlibczi.dll %GITHUB_WORKSPACE%\OctaveMex
dir %GITHUB_WORKSPACE%\OctaveMex
- name: build Octave mex-file (Linux)
if: runner.os == 'Windows'
shell: cmd
run: |
cd OctaveMex
octave --cli "mkoctfile --mex octavelibczi.c"
cp build/MEXlibCZI/Release/libmexlibczi.so .
ls
- name: Prepare MATLAB-mex artifact (Windows)
id: prepare_windows_matlab_artifact
if: runner.os == 'Windows'
Expand Down

0 comments on commit f4e1c00

Please sign in to comment.