mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
ci(github): build with Qt 6.7.2
This commit is contained in:
parent
76187dc7d2
commit
9b288c0601
4
.github/workflows/build-check.yaml
vendored
4
.github/workflows/build-check.yaml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
name: "Windows Server 2022 / Qt 6",
|
name: "Windows Server 2022 / Qt 6",
|
||||||
os: windows-2022,
|
os: windows-2022,
|
||||||
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
||||||
qt_version: "6.7.1",
|
qt_version: "6.7.2",
|
||||||
configurePreset: ninja-multi-vcpkg,
|
configurePreset: ninja-multi-vcpkg,
|
||||||
buildPreset: ninja-multi-vcpkg-release,
|
buildPreset: ninja-multi-vcpkg-release,
|
||||||
publishArtifacts: true
|
publishArtifacts: true
|
||||||
@ -110,7 +110,7 @@ jobs:
|
|||||||
name: "Windows Server 2022 / Qt 6 / Portable",
|
name: "Windows Server 2022 / Qt 6 / Portable",
|
||||||
os: windows-2022,
|
os: windows-2022,
|
||||||
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
||||||
qt_version: "6.7.1",
|
qt_version: "6.7.2",
|
||||||
configurePreset: ninja-multi-vcpkg-portable,
|
configurePreset: ninja-multi-vcpkg-portable,
|
||||||
buildPreset: ninja-multi-vcpkg-portable-release,
|
buildPreset: ninja-multi-vcpkg-portable-release,
|
||||||
publishArtifacts: true
|
publishArtifacts: true
|
||||||
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
name: "Windows Server 2022 / Qt 6",
|
name: "Windows Server 2022 / Qt 6",
|
||||||
os: windows-2022,
|
os: windows-2022,
|
||||||
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
||||||
qt_version: "6.7.1",
|
qt_version: "6.7.2",
|
||||||
configurePreset: ninja-multi-vcpkg,
|
configurePreset: ninja-multi-vcpkg,
|
||||||
buildPreset: ninja-multi-vcpkg-release,
|
buildPreset: ninja-multi-vcpkg-release,
|
||||||
buildSourcePackage: true
|
buildSourcePackage: true
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
name: "Windows Server 2022 / Qt 6 / Portable",
|
name: "Windows Server 2022 / Qt 6 / Portable",
|
||||||
os: windows-2022,
|
os: windows-2022,
|
||||||
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
qt_modules: "qtwebengine qtwebchannel qtpositioning",
|
||||||
qt_version: "6.7.1",
|
qt_version: "6.7.2",
|
||||||
configurePreset: ninja-multi-vcpkg-portable,
|
configurePreset: ninja-multi-vcpkg-portable,
|
||||||
buildPreset: ninja-multi-vcpkg-portable-release
|
buildPreset: ninja-multi-vcpkg-portable-release
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user