Use job_group.
This commit is contained in:
parent
ce1634e1ab
commit
7de604a63b
73
appveyor.yml
73
appveyor.yml
|
@ -47,7 +47,30 @@ environment:
|
||||||
VALENTINA_VERSION: 0_7_52
|
VALENTINA_VERSION: 0_7_52
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
- job_name: Windows_Qt_6_7_(MSVC_x64)
|
||||||
|
job_group: 'Windows (qbs)'
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
|
COMPILER: msvc
|
||||||
|
QT: Qt\6.7\msvc2019_64
|
||||||
|
QT_VERSION: Qt6_7
|
||||||
|
BUILD_SYSTEM: "qbs"
|
||||||
|
QMAKE: qmake.exe
|
||||||
|
ENABLE_PCH: true
|
||||||
|
MSVC_PATH: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\Hostx64\\x64"
|
||||||
|
VSINSTALLDIR: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\"
|
||||||
|
ARCH: x64
|
||||||
|
PYTHON: "C:\\Python311-x64"
|
||||||
|
TARGET_PLATFORM: "Windows10+"
|
||||||
|
CHOCOLATEY_PACKAGES: false
|
||||||
|
WINDEPLOYQT_BIN_PATH: "undefined"
|
||||||
|
WINDEPLOYQT_COMPILER_RUNTIME: "true"
|
||||||
|
WINDEPLOYQT_NO_COMPILER_RUNTIME: "false"
|
||||||
|
DEPLOY: true
|
||||||
|
RUN_TESTS: true
|
||||||
|
WITH_CRASH_REPORTING: True
|
||||||
|
|
||||||
# - job_name: Windows_Qt_6_7_(GCC_x64)
|
# - job_name: Windows_Qt_6_7_(GCC_x64)
|
||||||
|
# job_group: 'Windows (qbs)'
|
||||||
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
# COMPILER: mingw
|
# COMPILER: mingw
|
||||||
# COMPILER_CPPSTD: gnu17
|
# COMPILER_CPPSTD: gnu17
|
||||||
|
@ -72,6 +95,7 @@ environment:
|
||||||
# WITH_CRASH_REPORTING: False
|
# WITH_CRASH_REPORTING: False
|
||||||
|
|
||||||
- job_name: MacOS_12_Qt_5_15 (qbs, multibundle)
|
- job_name: MacOS_12_Qt_5_15 (qbs, multibundle)
|
||||||
|
job_group: 'MacOS_12 (qbs)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/5.15/clang_64
|
QT: Qt/5.15/clang_64
|
||||||
|
@ -85,6 +109,7 @@ environment:
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_12_Qt_5_15 (qbs, singlebundle)
|
- job_name: MacOS_12_Qt_5_15 (qbs, singlebundle)
|
||||||
|
job_group: 'MacOS_12 (qbs)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/5.15/clang_64
|
QT: Qt/5.15/clang_64
|
||||||
|
@ -98,6 +123,7 @@ environment:
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_14_Qt_6_6 (multibundle)
|
- job_name: MacOS_14_Qt_6_6 (multibundle)
|
||||||
|
job_group: 'MacOS_14'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/6.6/macos
|
QT: Qt/6.6/macos
|
||||||
|
@ -111,6 +137,7 @@ environment:
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_14_Qt_6_6 (singlebundle)
|
- job_name: MacOS_14_Qt_6_6 (singlebundle)
|
||||||
|
job_group: 'MacOS_14'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/6.6/macos
|
QT: Qt/6.6/macos
|
||||||
|
@ -123,28 +150,8 @@ environment:
|
||||||
MULTI_BUNDLE: false
|
MULTI_BUNDLE: false
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: Windows_Qt_6_7_(MSVC_x64)
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
|
||||||
COMPILER: msvc
|
|
||||||
QT: Qt\6.7\msvc2019_64
|
|
||||||
QT_VERSION: Qt6_7
|
|
||||||
BUILD_SYSTEM: "qbs"
|
|
||||||
QMAKE: qmake.exe
|
|
||||||
ENABLE_PCH: true
|
|
||||||
MSVC_PATH: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\bin\\Hostx64\\x64"
|
|
||||||
VSINSTALLDIR: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\"
|
|
||||||
ARCH: x64
|
|
||||||
PYTHON: "C:\\Python311-x64"
|
|
||||||
TARGET_PLATFORM: "Windows10+"
|
|
||||||
CHOCOLATEY_PACKAGES: false
|
|
||||||
WINDEPLOYQT_BIN_PATH: "undefined"
|
|
||||||
WINDEPLOYQT_COMPILER_RUNTIME: "true"
|
|
||||||
WINDEPLOYQT_NO_COMPILER_RUNTIME: "false"
|
|
||||||
DEPLOY: true
|
|
||||||
RUN_TESTS: true
|
|
||||||
WITH_CRASH_REPORTING: True
|
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_GCC_x86)
|
- job_name: Windows_Qt_5_15_(qbs_GCC_x86)
|
||||||
|
job_group: 'Windows (qbs)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: mingw
|
COMPILER: mingw
|
||||||
COMPILER_CPPSTD: gnu17
|
COMPILER_CPPSTD: gnu17
|
||||||
|
@ -168,6 +175,7 @@ environment:
|
||||||
WITH_CRASH_REPORTING: False
|
WITH_CRASH_REPORTING: False
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(make_GCC_x86)
|
- job_name: Windows_Qt_5_15_(make_GCC_x86)
|
||||||
|
job_group: 'Windows (make)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: mingw
|
COMPILER: mingw
|
||||||
QT: Qt\5.15\mingw81_32
|
QT: Qt\5.15\mingw81_32
|
||||||
|
@ -180,6 +188,7 @@ environment:
|
||||||
DEPLOY: false
|
DEPLOY: false
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_GCC_x64)
|
- job_name: Windows_Qt_5_15_(qbs_GCC_x64)
|
||||||
|
job_group: 'Windows (qbs)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: mingw
|
COMPILER: mingw
|
||||||
COMPILER_CPPSTD: gnu17
|
COMPILER_CPPSTD: gnu17
|
||||||
|
@ -203,6 +212,7 @@ environment:
|
||||||
WITH_CRASH_REPORTING: False
|
WITH_CRASH_REPORTING: False
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_MSVC_x64)
|
- job_name: Windows_Qt_5_15_(qbs_MSVC_x64)
|
||||||
|
job_group: 'Windows (qbs)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: msvc
|
COMPILER: msvc
|
||||||
QT: Qt\5.15\msvc2019_64
|
QT: Qt\5.15\msvc2019_64
|
||||||
|
@ -224,6 +234,7 @@ environment:
|
||||||
WITH_CRASH_REPORTING: False
|
WITH_CRASH_REPORTING: False
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(make_GCC_x64)
|
- job_name: Windows_Qt_5_15_(make_GCC_x64)
|
||||||
|
job_group: 'Windows (make)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: mingw
|
COMPILER: mingw
|
||||||
QT: Qt\5.15\mingw81_64
|
QT: Qt\5.15\mingw81_64
|
||||||
|
@ -236,6 +247,7 @@ environment:
|
||||||
DEPLOY: false
|
DEPLOY: false
|
||||||
|
|
||||||
- job_name: Windows_Qt_5_15_(nmake_MSVC_x64)
|
- job_name: Windows_Qt_5_15_(nmake_MSVC_x64)
|
||||||
|
job_group: 'Windows (make)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
COMPILER: msvc
|
COMPILER: msvc
|
||||||
QT: Qt\5.15\msvc2019_64
|
QT: Qt\5.15\msvc2019_64
|
||||||
|
@ -247,6 +259,7 @@ environment:
|
||||||
DEPLOY: false
|
DEPLOY: false
|
||||||
|
|
||||||
- job_name: MacOS_12_Qt_5_15 (make)
|
- job_name: MacOS_12_Qt_5_15 (make)
|
||||||
|
job_group: 'MacOS (make)'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/5.15/clang_64
|
QT: Qt/5.15/clang_64
|
||||||
|
@ -296,11 +309,7 @@ for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
# - job_name: Windows_Qt_6_7_(GCC_x64)
|
- job_group: 'Windows (qbs)'
|
||||||
- job_name: Windows_Qt_6_7_(MSVC_x64)
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_GCC_x64)
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_MSVC_x64)
|
|
||||||
- job_name: Windows_Qt_5_15_(qbs_GCC_x86)
|
|
||||||
|
|
||||||
# clone directory
|
# clone directory
|
||||||
clone_folder: c:\projects\valentina
|
clone_folder: c:\projects\valentina
|
||||||
|
@ -438,9 +447,7 @@ for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- job_name: Windows_Qt_5_15_(make_GCC_x86)
|
- job_group: 'Windows (make)'
|
||||||
- job_name: Windows_Qt_5_15_(make_GCC_x64)
|
|
||||||
- job_name: Windows_Qt_5_15_(nmake_MSVC_x64)
|
|
||||||
|
|
||||||
# clone directory
|
# clone directory
|
||||||
clone_folder: c:\projects\valentina
|
clone_folder: c:\projects\valentina
|
||||||
|
@ -529,8 +536,7 @@ for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- job_name: MacOS_14_Qt_6_6 (multibundle)
|
- job_group: 'MacOS_14'
|
||||||
- job_name: MacOS_14_Qt_6_6 (singlebundle)
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CONAN_USER_HOME: /Users/appveyor
|
CONAN_USER_HOME: /Users/appveyor
|
||||||
|
@ -731,8 +737,7 @@ for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- job_name: MacOS_12_Qt_5_15 (qbs, multibundle)
|
- job_group: 'MacOS_12 (qbs)'
|
||||||
- job_name: MacOS_12_Qt_5_15 (qbs, singlebundle)
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CONAN_USER_HOME: /Users/appveyor
|
CONAN_USER_HOME: /Users/appveyor
|
||||||
|
@ -931,7 +936,7 @@ for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- job_name: MacOS_12_Qt_5_15 (make)
|
- job_group: 'MacOS (make)'
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user