forked from mirror/OpenTTD
Change: [AzurePipelines] Use a minimum OSX version of 10.9 during building.
OpenTTD sources are still written in a way to work down to OSX 10.4 or so, as long as you can obtain a C++11 capable compiler. 10.9 is the minimal useful C++11 target using only Apple stuff out-of-the-box.
This commit is contained in:
@@ -55,6 +55,9 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'macOS-10.13'
|
vmImage: 'macOS-10.13'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.9
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: azure-pipelines/templates/ci-git-rebase.yml
|
- template: azure-pipelines/templates/ci-git-rebase.yml
|
||||||
- template: azure-pipelines/templates/osx-dependencies.yml
|
- template: azure-pipelines/templates/osx-dependencies.yml
|
||||||
|
@@ -135,6 +135,9 @@ jobs:
|
|||||||
vmImage: 'macOS-10.13'
|
vmImage: 'macOS-10.13'
|
||||||
dependsOn: source
|
dependsOn: source
|
||||||
|
|
||||||
|
variables:
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.9
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: release-fetch-source.yml
|
- template: release-fetch-source.yml
|
||||||
- template: osx-dependencies.yml
|
- template: osx-dependencies.yml
|
||||||
|
Reference in New Issue
Block a user