mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-04-04 22:44:02 +08:00
GHA CI: shorten Windows CI build time
Now vcpkg caches b2 tool. Boost doesn't need the exact b2 version to generate the cmake files.
This commit is contained in:
parent
83599f1f7b
commit
1b044d9476
9
.github/workflows/ci_windows.yaml
vendored
9
.github/workflows/ci_windows.yaml
vendored
@ -67,6 +67,7 @@ jobs:
|
|||||||
"set(VCPKG_BUILD_TYPE release)")
|
"set(VCPKG_BUILD_TYPE release)")
|
||||||
# clear buildtrees after each package installation to reduce disk space requirements
|
# clear buildtrees after each package installation to reduce disk space requirements
|
||||||
$packages = `
|
$packages = `
|
||||||
|
"boost-build:x64-windows-static-md-release",
|
||||||
"openssl:x64-windows-static-md-release",
|
"openssl:x64-windows-static-md-release",
|
||||||
"zlib:x64-windows-static-md-release"
|
"zlib:x64-windows-static-md-release"
|
||||||
${{ env.vcpkg_path }}/vcpkg.exe upgrade `
|
${{ env.vcpkg_path }}/vcpkg.exe upgrade `
|
||||||
@ -95,8 +96,12 @@ jobs:
|
|||||||
}
|
}
|
||||||
move "${{ github.workspace }}/../boost_*" "${{ env.boost_path }}"
|
move "${{ github.workspace }}/../boost_*" "${{ env.boost_path }}"
|
||||||
cd "${{ env.boost_path }}"
|
cd "${{ env.boost_path }}"
|
||||||
.\bootstrap.bat
|
#.\bootstrap.bat
|
||||||
.\b2.exe stage --stagedir=.\ --with-headers
|
${{ env.vcpkg_path }}/installed/x64-windows-static-md-release/tools/boost-build/b2.exe `
|
||||||
|
stage `
|
||||||
|
toolset=msvc `
|
||||||
|
--stagedir=.\ `
|
||||||
|
--with-headers
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user