Appveyor updated list of pre-installed software.
This commit is contained in:
parent
6c0a8f0b64
commit
3192b0cafa
28
appveyor.yml
28
appveyor.yml
|
@ -107,53 +107,53 @@ environment:
|
||||||
# DEPLOY: true
|
# DEPLOY: true
|
||||||
# RUN_TESTS: true
|
# RUN_TESTS: true
|
||||||
|
|
||||||
- job_name: MacOS_10_15_Qt_5_15 (qbs, multibundle)
|
- job_name: MacOS_12_Qt_5_15 (qbs, multibundle)
|
||||||
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
|
||||||
QT_VERSION: Qt5_15
|
QT_VERSION: Qt5_15
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 14.1
|
XCODE_VERSION: 14.2
|
||||||
TARGET_PLATFORM: "macOS_10.13+"
|
TARGET_PLATFORM: "macOS_10.13+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 10.13
|
MACOS_DEPLOYMENT_TARGET: 10.13
|
||||||
MULTI_BUNDLE: true
|
MULTI_BUNDLE: true
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_10_15_Qt_5_15 (qbs, singlebundle)
|
- job_name: MacOS_12_Qt_5_15 (qbs, singlebundle)
|
||||||
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
|
||||||
QT_VERSION: Qt5_15
|
QT_VERSION: Qt5_15
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 14.1
|
XCODE_VERSION: 14.2
|
||||||
TARGET_PLATFORM: "macOS_10.13+"
|
TARGET_PLATFORM: "macOS_10.13+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 10.13
|
MACOS_DEPLOYMENT_TARGET: 10.13
|
||||||
MULTI_BUNDLE: false
|
MULTI_BUNDLE: false
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_12_Qt_6_4 (multibundle)
|
- job_name: MacOS_14_Qt_6_6 (multibundle)
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/6.4/macos
|
QT: Qt/6.6/macos
|
||||||
QT_VERSION: Qt6
|
QT_VERSION: Qt6
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 14.1
|
XCODE_VERSION: 15.2
|
||||||
TARGET_PLATFORM: "macOS_11+"
|
TARGET_PLATFORM: "macOS_11+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 11.0
|
MACOS_DEPLOYMENT_TARGET: 11.0
|
||||||
MULTI_BUNDLE: true
|
MULTI_BUNDLE: true
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
- job_name: MacOS_12_Qt_6_4 (singlebundle)
|
- job_name: MacOS_14_Qt_6_6 (singlebundle)
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
|
||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
QT: Qt/6.4/macos
|
QT: Qt/6.6/macos
|
||||||
QT_VERSION: Qt6
|
QT_VERSION: Qt6
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 14.1
|
XCODE_VERSION: 15.2
|
||||||
TARGET_PLATFORM: "macOS_11+"
|
TARGET_PLATFORM: "macOS_11+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 11.0
|
MACOS_DEPLOYMENT_TARGET: 11.0
|
||||||
MULTI_BUNDLE: false
|
MULTI_BUNDLE: false
|
||||||
|
@ -598,7 +598,7 @@ for:
|
||||||
|
|
||||||
cache_tag=usr_local # this can be modified to rebuild deps
|
cache_tag=usr_local # this can be modified to rebuild deps
|
||||||
|
|
||||||
cdir=$HOME/cache_dir
|
cdir=$HOME/brew_cache_dir
|
||||||
cache_tar=$cdir/$cache_tag.tar
|
cache_tar=$cdir/$cache_tag.tar
|
||||||
cache=$cache_tar.xz
|
cache=$cache_tar.xz
|
||||||
|
|
||||||
|
@ -782,7 +782,7 @@ for:
|
||||||
|
|
||||||
cache_tag=usr_local # this can be modified to rebuild deps
|
cache_tag=usr_local # this can be modified to rebuild deps
|
||||||
|
|
||||||
cdir=$HOME/cache_dir
|
cdir=$HOME/brew_cache_dir
|
||||||
cache_tar=$cdir/$cache_tag.tar
|
cache_tar=$cdir/$cache_tag.tar
|
||||||
cache=$cache_tar.xz
|
cache=$cache_tar.xz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user