mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Add Qt Image Formats plugin to CI
This commit is contained in:
parent
8e8567a48f
commit
1cd3228e22
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
msvc_version: 2022
|
msvc_version: 2022
|
||||||
qt_version: 6.5.0
|
qt_version: 6.5.0
|
||||||
qt_arch: win64_msvc2019_64
|
qt_arch: win64_msvc2019_64
|
||||||
|
qt_modules: qtimageformats
|
||||||
qt_tools: ''
|
qt_tools: ''
|
||||||
conan_arch: x86_64
|
conan_arch: x86_64
|
||||||
conan_compiler: Visual Studio
|
conan_compiler: Visual Studio
|
||||||
|
|
@ -46,6 +47,7 @@ jobs:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
qt_version: 6.5.0
|
qt_version: 6.5.0
|
||||||
qt_arch: gcc_64
|
qt_arch: gcc_64
|
||||||
|
qt_modules: qtimageformats
|
||||||
qt_tools: ''
|
qt_tools: ''
|
||||||
conan_arch: x86_64
|
conan_arch: x86_64
|
||||||
conan_compiler: gcc
|
conan_compiler: gcc
|
||||||
|
|
@ -74,6 +76,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_version }}
|
version: ${{ matrix.qt_version }}
|
||||||
arch: ${{ matrix.qt_arch }}
|
arch: ${{ matrix.qt_arch }}
|
||||||
|
modules: ${{ matrix.qt_modules }}
|
||||||
tools: ${{ matrix.qt_tools }}
|
tools: ${{ matrix.qt_tools }}
|
||||||
|
|
||||||
- name: Setup MSVC
|
- name: Setup MSVC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue