mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Fix CI build errors
This commit is contained in:
parent
fe9282e7d9
commit
de30eeaa66
@ -8,7 +8,7 @@ environment:
|
|||||||
QTDIR: C:\Qt\6.7
|
QTDIR: C:\Qt\6.7
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
|
||||||
BUILD_TARGET: macos
|
BUILD_TARGET: macos
|
||||||
QTDIR: $HOME/Qt/6.6
|
QTDIR: Qt/6.6
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1604
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1604
|
||||||
BUILD_TARGET: steamlink
|
BUILD_TARGET: steamlink
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
|
||||||
@ -53,7 +53,7 @@ build_script:
|
|||||||
- cmd: 'scripts\generate-bundle.bat Release'
|
- cmd: 'scripts\generate-bundle.bat Release'
|
||||||
- sh: '[ "$BUILD_TARGET" != linux ] || source /opt/qt515/bin/qt515-env.sh'
|
- sh: '[ "$BUILD_TARGET" != linux ] || source /opt/qt515/bin/qt515-env.sh'
|
||||||
- sh: '[ "$BUILD_TARGET" != linux ] || PATH=$PATH:$HOME/bin scripts/build-appimage.sh'
|
- sh: '[ "$BUILD_TARGET" != linux ] || PATH=$PATH:$HOME/bin scripts/build-appimage.sh'
|
||||||
- sh: '[ "$BUILD_TARGET" != macos ] || PATH=$PATH:$QTDIR/macos/bin scripts/generate-dmg.sh Release'
|
- sh: '[ "$BUILD_TARGET" != macos ] || PATH=$PATH:$HOME/$QTDIR/macos/bin scripts/generate-dmg.sh Release'
|
||||||
- sh: '[ "$BUILD_TARGET" != steamlink ] || STEAMLINK_SDK_PATH=$HOME/steamlink-sdk scripts/build-steamlink-app.sh'
|
- sh: '[ "$BUILD_TARGET" != steamlink ] || STEAMLINK_SDK_PATH=$HOME/steamlink-sdk scripts/build-steamlink-app.sh'
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
@echo off
|
@echo off
|
||||||
%QTDIR_ARM64%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
%QTDIR%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
@echo off
|
@echo off
|
||||||
%QTDIR_ARM64%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
%QTDIR%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[DevicePaths]
|
[DevicePaths]
|
||||||
Prefix=C:/Qt/Qt-6.5
|
Prefix=C:/Qt/Qt-6.7
|
||||||
[Paths]
|
[Paths]
|
||||||
Prefix=../
|
Prefix=../
|
||||||
Documentation=./doc
|
Documentation=./doc
|
||||||
@ -24,5 +24,5 @@ Sysroot=
|
|||||||
SysrootifyPrefix=false
|
SysrootifyPrefix=false
|
||||||
TargetSpec=win32-arm64-msvc
|
TargetSpec=win32-arm64-msvc
|
||||||
HostSpec=
|
HostSpec=
|
||||||
Documentation=../../Docs/Qt-6.5
|
Documentation=../../Docs/Qt-6.7
|
||||||
Examples=../../Examples/Qt-6.5
|
Examples=../../Examples/Qt-6.7
|
Loading…
x
Reference in New Issue
Block a user