Skip to content

Commit

Permalink
[ci] add missing dll for win32 binaries, restore win32 test
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 24, 2024
1 parent 6d4f70a commit ea32d63
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: MATLAB test
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-24.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-24.04, macos-12, windows-2019, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
Expand All @@ -87,6 +87,9 @@ jobs:
- name: Test linux32 binaries
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Test win32 binaries
if: ${{ matrix.os == 'windows-2019' }}
run: rm -rf bin/*x86-64.exe
- name: Run MATLAB test - demo_vol2mesh_ex1
uses: matlab-actions/run-command@v1
with:
Expand Down
Binary file added bin/gmp-vc80-mt.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 117 files
2 changes: 1 addition & 1 deletion tools/tetgen
Submodule tetgen updated 1 files
+1 −11 CMakeLists.txt

0 comments on commit ea32d63

Please sign in to comment.