Skip to content

Commit

Permalink
[ci] use 64bit mex on linux, fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent dc2d217 commit 5775263
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
- name: Test linux32 binaries
if: false
if: ${{ matrix.os == 'ubuntu-24.04' }}
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Run Octave unit tests
run: octave-cli --eval "addpath(pwd);cd test; tic; run_iso2mesh_test; toc"
Expand Down Expand Up @@ -89,8 +88,7 @@ jobs:
with:
release: R2022a
- name: Test linux32 binaries
if: false
if: ${{ matrix.os == 'ubuntu-24.04' }}
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Test win32 binaries
if: ${{ matrix.os == 'windows-2019' }}
Expand Down

0 comments on commit 5775263

Please sign in to comment.