Skip to content

Commit

Permalink
Add Octave version check to Linux mex-file build script
Browse files Browse the repository at this point in the history
The build script for the Octave mex-file on Linux has been updated to include a command that checks the Octave version (`octave --version`). This command is executed before the existing command that compiles the mex-file (`octave --eval "mkoctfile --mex octavelibczi.c"`).
  • Loading branch information
ptahmose committed Oct 18, 2024
1 parent 09e6193 commit 6de0498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
shell: bash
run: |
cd OctaveMex
octave --version
octave --eval "mkoctfile --mex octavelibczi.c"
#cp build/MEXlibCZI/Release/libmexlibczi.so .
pwd
Expand Down

0 comments on commit 6de0498

Please sign in to comment.