Skip to content

Commit

Permalink
add 6.8.0 to ci for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Oct 8, 2024
1 parent 532487f commit cfad8ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
RELEASE: true
GENERATOR: 'Ninja'
os: windows-latest
- QT_VERSION: '6.8.0'
ARCH: 'amd64'
HOST_ARCH: 'amd64'
COMPILER: 'msvc2022_64'
METHOD: 'aqt'
RELEASE: false
GENERATOR: 'Ninja'
os: windows-latest

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions tools/ci_install_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ elif [ "${COMPILER}" = "msvc2019_64" ]; then
PACKAGE_SUFFIX=win64_msvc2019_64
elif [ "${COMPILER}" = "msvc2019" ]; then
PACKAGE_SUFFIX=win32_msvc2019
elif [ "${COMPILER}" = "msvc2022_64" ]; then
PACKAGE_SUFFIX=win64_msvc2022_64
else
echo "ERROR: unrecognized Qt compiler ${COMPILER}." >&2
exit 1
Expand Down

0 comments on commit cfad8ce

Please sign in to comment.