Disable debug.
This commit is contained in:
parent
f317dcec34
commit
71e77118f6
38
appveyor.yml
38
appveyor.yml
|
@ -41,24 +41,6 @@ environment:
|
||||||
secure: RUhnEHqaR8KhalOMWwZZOoO342Ja50QV4KpEWdm9g3pG+jG7i6aJqUmeKF1l5VN6dzksk1u+yN6pOLnU8oGcaVQ6v+1dpKK1oZvF0tyHhNE=
|
secure: RUhnEHqaR8KhalOMWwZZOoO342Ja50QV4KpEWdm9g3pG+jG7i6aJqUmeKF1l5VN6dzksk1u+yN6pOLnU8oGcaVQ6v+1dpKK1oZvF0tyHhNE=
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- job_name: Windows_Qt_6_5_(MSVC_x64)
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
|
||||||
COMPILER: msvc
|
|
||||||
QT: Qt\6.5\msvc2019_64
|
|
||||||
QT_VERSION: Qt6_5
|
|
||||||
BUILD_SYSTEM: "qbs"
|
|
||||||
QMAKE: qmake.exe
|
|
||||||
ENABLE_PCH: true
|
|
||||||
MSVC_PATH: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.36.32532\\bin\\Hostx64\\x64"
|
|
||||||
VSINSTALLDIR: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\"
|
|
||||||
ARCH: x64
|
|
||||||
PYTHON: "C:\\Python311-x64"
|
|
||||||
PLATFORM: "Windows10+"
|
|
||||||
CHOCOLATEY_PACKAGES: false
|
|
||||||
WINDEPLOYQT_BIN_PATH: "undefined"
|
|
||||||
DEPLOY: false
|
|
||||||
RUN_TESTS: true
|
|
||||||
|
|
||||||
- job_name: Windows_Qt_6_5_(GCC_x64)
|
- job_name: Windows_Qt_6_5_(GCC_x64)
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
COMPILER: mingw
|
COMPILER: mingw
|
||||||
|
@ -197,6 +179,24 @@ environment:
|
||||||
PLATFORM: "Windows7+"
|
PLATFORM: "Windows7+"
|
||||||
DEPLOY: false
|
DEPLOY: false
|
||||||
|
|
||||||
|
- job_name: Windows_Qt_6_5_(MSVC_x64)
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
|
COMPILER: msvc
|
||||||
|
QT: Qt\6.5\msvc2019_64
|
||||||
|
QT_VERSION: Qt6_5
|
||||||
|
BUILD_SYSTEM: "qbs"
|
||||||
|
QMAKE: qmake.exe
|
||||||
|
ENABLE_PCH: true
|
||||||
|
MSVC_PATH: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.36.32532\\bin\\Hostx64\\x64"
|
||||||
|
VSINSTALLDIR: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\"
|
||||||
|
ARCH: x64
|
||||||
|
PYTHON: "C:\\Python311-x64"
|
||||||
|
PLATFORM: "Windows10+"
|
||||||
|
CHOCOLATEY_PACKAGES: false
|
||||||
|
WINDEPLOYQT_BIN_PATH: "undefined"
|
||||||
|
DEPLOY: false
|
||||||
|
RUN_TESTS: true
|
||||||
|
|
||||||
- job_name: Windows_Qt_6_4_(MSVC_x64)
|
- job_name: Windows_Qt_6_4_(MSVC_x64)
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: msvc
|
COMPILER: msvc
|
||||||
|
@ -472,7 +472,7 @@ for:
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
# Uncomment if need access through RDP
|
# Uncomment if need access through RDP
|
||||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
# Legacy
|
# Legacy
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user