So apparently only macosx10.13 is valid?! Just use the default SDK.
This commit is contained in:
parent
efd7e8d07d
commit
60687e6aff
|
@ -54,13 +54,8 @@ jobs:
|
||||||
|
|
||||||
# mac {
|
# mac {
|
||||||
|
|
||||||
# notes:
|
- job: darwin_amd64_shared
|
||||||
# [18:36:55] <@jpakkane> Don't use the xcode backend for anything serious, it's a bit crap.
|
displayName: 'Darwin amd64 Shared'
|
||||||
|
|
||||||
# TODO macosx10.14 doesn't work; it just uses the default SDK
|
|
||||||
|
|
||||||
- job: darwin_amd64_1014sdk_shared
|
|
||||||
displayName: 'Darwin amd64 10.14 SDK Shared'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macos-10.13'
|
vmImage: 'macos-10.13'
|
||||||
workspace:
|
workspace:
|
||||||
|
@ -71,11 +66,8 @@ jobs:
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
- template: azure-pipelines/darwin-install-ninja.yml
|
||||||
- template: azure-pipelines/configure.yml
|
- template: azure-pipelines/configure.yml
|
||||||
parameters:
|
parameters:
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.14 Path)
|
|
||||||
defaultLibrary: shared
|
defaultLibrary: shared
|
||||||
- template: azure-pipelines/build.yml
|
- template: azure-pipelines/build.yml
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.14 Path)
|
|
||||||
- template: azure-pipelines/darwinunix-artifacts.yml
|
- template: azure-pipelines/darwinunix-artifacts.yml
|
||||||
parameters:
|
parameters:
|
||||||
os: darwin
|
os: darwin
|
||||||
|
@ -84,7 +76,7 @@ jobs:
|
||||||
libfiles: libui.A.dylib
|
libfiles: libui.A.dylib
|
||||||
osHeader: ui_darwin.h
|
osHeader: ui_darwin.h
|
||||||
|
|
||||||
- job: darwin_amd64_1014sdk_static
|
- job: darwin_amd64_static
|
||||||
displayName: 'Darwin amd64 10.14 SDK Static'
|
displayName: 'Darwin amd64 10.14 SDK Static'
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macos-10.13'
|
vmImage: 'macos-10.13'
|
||||||
|
@ -96,11 +88,8 @@ jobs:
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
- template: azure-pipelines/darwin-install-ninja.yml
|
||||||
- template: azure-pipelines/configure.yml
|
- template: azure-pipelines/configure.yml
|
||||||
parameters:
|
parameters:
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.14 Path)
|
|
||||||
defaultLibrary: static
|
defaultLibrary: static
|
||||||
- template: azure-pipelines/build.yml
|
- template: azure-pipelines/build.yml
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.14 Path)
|
|
||||||
- template: azure-pipelines/darwinunix-artifacts.yml
|
- template: azure-pipelines/darwinunix-artifacts.yml
|
||||||
parameters:
|
parameters:
|
||||||
os: darwin
|
os: darwin
|
||||||
|
|
|
@ -221,79 +221,3 @@ jobs:
|
||||||
osHeader: ui_windows.h
|
osHeader: ui_windows.h
|
||||||
|
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# more mac {
|
|
||||||
|
|
||||||
- job: darwin_amd64_1012sdk_shared
|
|
||||||
displayName: 'Darwin amd64 10.12 SDK Shared'
|
|
||||||
pool:
|
|
||||||
vmImage: 'macos-10.13'
|
|
||||||
workspace:
|
|
||||||
clean: all
|
|
||||||
steps:
|
|
||||||
- template: azure-pipelines/setup-python3.yml
|
|
||||||
- template: azure-pipelines/install-latest-meson.yml
|
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
|
||||||
- template: azure-pipelines/configure.yml
|
|
||||||
parameters:
|
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.12 Path)
|
|
||||||
defaultLibrary: shared
|
|
||||||
- template: azure-pipelines/build.yml
|
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.12 Path)
|
|
||||||
|
|
||||||
- job: darwin_amd64_1012sdk_static
|
|
||||||
displayName: 'Darwin amd64 10.12 SDK Static'
|
|
||||||
pool:
|
|
||||||
vmImage: 'macos-10.13'
|
|
||||||
workspace:
|
|
||||||
clean: all
|
|
||||||
steps:
|
|
||||||
- template: azure-pipelines/setup-python3.yml
|
|
||||||
- template: azure-pipelines/install-latest-meson.yml
|
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
|
||||||
- template: azure-pipelines/configure.yml
|
|
||||||
parameters:
|
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.12 Path)
|
|
||||||
defaultLibrary: static
|
|
||||||
- template: azure-pipelines/build.yml
|
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.12 Path)
|
|
||||||
|
|
||||||
- job: darwin_amd64_1013sdk_shared
|
|
||||||
displayName: 'Darwin amd64 10.13 SDK Shared'
|
|
||||||
pool:
|
|
||||||
vmImage: 'macos-10.13'
|
|
||||||
workspace:
|
|
||||||
clean: all
|
|
||||||
steps:
|
|
||||||
- template: azure-pipelines/setup-python3.yml
|
|
||||||
- template: azure-pipelines/install-latest-meson.yml
|
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
|
||||||
- template: azure-pipelines/configure.yml
|
|
||||||
parameters:
|
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.13 Path)
|
|
||||||
defaultLibrary: shared
|
|
||||||
- template: azure-pipelines/build.yml
|
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.13 Path)
|
|
||||||
|
|
||||||
- job: darwin_amd64_1013sdk_static
|
|
||||||
displayName: 'Darwin amd64 10.13 SDK Static'
|
|
||||||
pool:
|
|
||||||
vmImage: 'macos-10.13'
|
|
||||||
workspace:
|
|
||||||
clean: all
|
|
||||||
steps:
|
|
||||||
- template: azure-pipelines/setup-python3.yml
|
|
||||||
- template: azure-pipelines/install-latest-meson.yml
|
|
||||||
- template: azure-pipelines/darwin-install-ninja.yml
|
|
||||||
- template: azure-pipelines/configure.yml
|
|
||||||
parameters:
|
|
||||||
beforeConfigure: export SDKROOT=$(xcodebuild -version -sdk macosx10.13 Path)
|
|
||||||
defaultLibrary: static
|
|
||||||
- template: azure-pipelines/build.yml
|
|
||||||
parameters:
|
|
||||||
beforeBuild: export SDKROOT=$(xcodebuild -version -sdk macosx10.13 Path)
|
|
||||||
|
|
||||||
# }
|
|
||||||
|
|
Loading…
Reference in New Issue