Changeset - r23361:f5e04235e737
[Not reviewed]
master
0 2 0
Michael Lutz - 6 years ago 2019-02-24 20:34:37
michi@icosahedron.de
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.
2 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
azure-pipelines-ci.yml
Show inline comments
 
@@ -55,6 +55,9 @@ jobs:
 
  pool:
 
    vmImage: 'macOS-10.13'
 

	
 
  variables:
 
    MACOSX_DEPLOYMENT_TARGET: 10.9
 

	
 
  steps:
 
  - template: azure-pipelines/templates/ci-git-rebase.yml
 
  - template: azure-pipelines/templates/osx-dependencies.yml
azure-pipelines/templates/release.yml
Show inline comments
 
@@ -135,6 +135,9 @@ jobs:
 
    vmImage: 'macOS-10.13'
 
  dependsOn: source
 

	
 
  variables:
 
    MACOSX_DEPLOYMENT_TARGET: 10.9
 

	
 
  steps:
 
  - template: release-fetch-source.yml
 
  - template: osx-dependencies.yml
0 comments (0 inline, 0 general)