Skip to content

Commit

Permalink
CI: modify appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jun 23, 2023
1 parent ab30b31 commit a8d2788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ init:
install:
- C:\msys64\autorebase.bat
- C:\msys64\usr\bin\pacman.exe -S --noconfirm unzip
#- ps: Start-FileDownload https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-i386.zip
- curl -fsS -o cmake-3.26.4-windows-i386.zip https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-i386.zip
- 7z x cmake-3.26.4-windows-i386.zip
- set PATH=%CD%\cmake-3.26.4-windows-i386\bin;%PATH%
#- if "%BUILD_TARGERT%"=="windows_mingw" set PATH=C:\Qt\Tools\mingw%TOOLCHAIN_VERSION%_32\bin;%PATH%
- if "%BUILD_TARGERT%" == "windows_mingw" set MSYSTEM=MINGW32 #设置编译系统为MINGW32

Expand Down

0 comments on commit a8d2788

Please sign in to comment.