Skip to content

Commit bd02d65

Browse files
committed
[publish] Qt 6.9
1 parent fb822b0 commit bd02d65

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.appveyor.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ environment:
2626
tidyURL: https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-win64.zip
2727
tidyBaseName: tidy-5.8.0-win64
2828
matrix:
29-
- BUILD_NAME: Win64 Qt6.8
29+
- BUILD_NAME: Win64 Qt6.9
3030
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
3131
VSPATH: C:\Program Files\Microsoft Visual Studio\2022\Community\SDK\ScopeCppSDK\vc15\VC\bin
3232
QT_VERSION_MAJOR: 6
33-
QT_BASEDIR: C:\Qt\6.8\msvc2022_64
33+
QT_BASEDIR: C:\Qt\6.9\msvc2022_64
3434
CMAKE_GENERATOR: Visual Studio 17 2022
3535
CMAKE_ARGS: -A x64 -DSCM_SHOULD_ENABLE_CONVERTER=ON
3636
exiv2url: https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-2019msvc64.zip
@@ -56,13 +56,13 @@ environment:
5656
# exiv2url: https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-2019msvc64.zip
5757
# exiv2baseName: exiv2-0.28.0-2019msvc64
5858
# scConverterEnabled: false
59-
- BUILD_NAME: Arm64 Qt6.8
59+
- BUILD_NAME: Arm64 Qt6.9
6060
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
6161
VSPATH: C:\Program Files\Microsoft Visual Studio\2022\Community\SDK\ScopeCppSDK\vc15\VC\bin
6262
QT_VERSION_MAJOR: 6
63-
QT_BASEDIR: C:\Qt\6.8\msvc2022_arm64
63+
QT_BASEDIR: C:\Qt\6.9\msvc2022_arm64
6464
CMAKE_GENERATOR: Visual Studio 17 2022
65-
CMAKE_ARGS: -A ARM64 -DSTELLARIUM_BUILD_ARM64=ON -DQT_HOST_PATH=C:\Qt\6.8\msvc2022_64 -DQt6LinguistTools_DIR=C:\Qt\6.8\msvc2022_64\lib\cmake\Qt6LinguistTools -DENABLE_QTWEBENGINE=OFF
65+
CMAKE_ARGS: -A ARM64 -DSTELLARIUM_BUILD_ARM64=ON -DQT_HOST_PATH=C:\Qt\6.9\msvc2022_64 -DQt6LinguistTools_DIR=C:\Qt\6.9\msvc2022_64\lib\cmake\Qt6LinguistTools -DENABLE_QTWEBENGINE=OFF
6666
scConverterEnabled: false
6767
before_build:
6868
- set DEBUG_WINDEPLOYQT=false
@@ -119,6 +119,8 @@ before_build:
119119
# - if [%INSTALL_CONVERTER%]==[true] cmake -DCMAKE_PREFIX_PATH=c:\%gettextBaseName%;c:\%tidyBaseName% -DCMAKE_INSTALL_PREFIX=c:\sc-converter -G "%CMAKE_GENERATOR%" %CMAKE_ARGS% ..
120120
# - if [%INSTALL_CONVERTER%]==[true] cmake --build . --config %configuration% --target install -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
121121

122+
- dir %VCPATH%
123+
- dir C:\Program Files\Microsoft Visual Studio\2022\Community\SDK\ScopeCppSDK\
122124
- cd %QT_BASEDIR%\bin && dir *dll
123125
- cd c:\stellarium
124126
- mkdir build && cd build

0 commit comments

Comments
 (0)