Skip to content

Commit

Permalink
Enable Qt6 appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf authored and equalsraf committed Apr 2, 2023
1 parent 81a3ca1 commit b4ca557
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,27 @@ environment:
QTPATH: C:\Qt\5.15\msvc2019_64
GENERATOR: Visual Studio 16
CMAKE_PATH_PREFIX: C:\Qt\5.15\msvc2019_64\lib\cmake
- PlatformToolset: MinGW-Win64-Qt6
QTPATH: C:\Qt\6.2.4\mingw_64
GENERATOR: MinGW Makefiles
RELEASE_ARTIFACT: false
CMAKE_PATH_PREFIX: C:\Qt\6.2.4\mingw_64\lib\cmake
EXTRA_CMAKE_ARGS: -DWITH_QT=Qt6
configuration:
- RelWithDebInfo
matrix:
fast_finish: false
allow_failures:
- PlatformToolset: MinGW-Win64-Qt6

install:
- ps: appveyor DownloadFile -FileName Neovim.zip "https://github.com/neovim/neovim/releases/download/stable/nvim-win64.zip"
- 7z x Neovim.zip
- set PATH=%PATH%;%CD%\nvim-win64\bin;
- nvim --version
# sh.exe must not be in the PATH
- if "%PlatformToolset%"=="MinGW-Win64" set PATH=C:\Qt\Tools\mingw810_64\bin;%PATH%;C:\Qt\5.15.1\mingw81_64\bin;C:\Program Files\Git\usr\bin
- if "%PlatformToolset%"=="MinGW-Win64-Qt6" set PATH=C:\msys64\mingw64\bin;%PATH%;%QTPATH%\bin;C:\Program Files\Git\usr\bin
- if "%PlatformToolset%"=="VisualStudio2019" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
Expand Down

0 comments on commit b4ca557

Please sign in to comment.