Browse Source

package/ci: use a meshoptimizer download that isn't 404ing.

I deleted the old versions from there and forgot to update this.
next
Vladimír Vondruš 4 months ago
parent
commit
0fd2ceac52
  1. 4
      package/ci/appveyor.yml

4
package/ci/appveyor.yml

@ -131,8 +131,8 @@ install:
# meshoptimizer for MSVC 2022, 2019 and clang-cl; MinGW. MSVC 2017 doesn't work # meshoptimizer for MSVC 2022, 2019 and clang-cl; MinGW. MSVC 2017 doesn't work
# with the 2019 build unfortunately, and can't build it because of # with the 2019 build unfortunately, and can't build it because of
# https://github.com/actions/runner-images/issues/3294 # https://github.com/actions/runner-images/issues/3294
- IF "%COMPILER:~0,4%" == "msvc" appveyor DownloadFile https://ci.magnum.graphics/meshoptimizer-0.20-windows-2019-debug.zip && 7z x meshoptimizer-0.20-windows-2019-debug.zip -o%APPVEYOR_BUILD_FOLDER%\deps - IF "%COMPILER:~0,4%" == "msvc" appveyor DownloadFile https://ci.magnum.graphics/meshoptimizer-0.21-windows-2019-debug.zip && 7z x meshoptimizer-0.21-windows-2019-debug.zip -o%APPVEYOR_BUILD_FOLDER%\deps
- IF "%COMPILER%" == "mingw" appveyor DownloadFile https://ci.magnum.graphics/meshoptimizer-0.20-windows-mingw.zip && 7z x meshoptimizer-0.20-windows-mingw.zip -o%APPVEYOR_BUILD_FOLDER%\deps - IF "%COMPILER%" == "mingw" appveyor DownloadFile https://ci.magnum.graphics/meshoptimizer-0.21-windows-mingw.zip && 7z x meshoptimizer-0.21-windows-mingw.zip -o%APPVEYOR_BUILD_FOLDER%\deps
build_script: build_script:
- IF "%TARGET%" == "desktop" IF "%COMPILER:~0,4%" == "msvc" call package\ci\appveyor-desktop.bat - IF "%TARGET%" == "desktop" IF "%COMPILER:~0,4%" == "msvc" call package\ci\appveyor-desktop.bat

Loading…
Cancel
Save