Skip to content

Commit

Permalink
[ci] retest windows octave-image buil;d
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 8, 2024
1 parent 7d7079b commit 2f2d2c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ jobs:
brew install gnuplot
brew install octave
else
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-6.2.0-w64-64.7z --output octave_6.2.0.7z
7z x octave_6.2.0.7z -ooctave -y
echo "$PWD/octave/octave-6.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-5.2.0-w64-64.7z --output octave_5.2.0.7z
7z x octave_5.2.0.7z -ooctave -y
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
- name: Install octave-image (Windows)
if: ${{ runner.os == 'Windows' }}
run: |
curl --retry 3 -kL https://mcx.space/wiki/upload/image-2.10.0.tar.gz --output image-2.10.0.tar.gz
octave-cli --version
octave-cli --eval "pkg install -verbose image-2.10.0.tar.gz"
run: octave-cli --eval "pkg install -forge image"
- name: Install octave-image (MacOS)
if: ${{ runner.os == 'MacOS' }}
run: octave-cli --eval "pkg install -forge image"
Expand Down
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 2f2d2c6

Please sign in to comment.