diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36ebd96242..e9ff9c6888 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -119,12 +119,23 @@ jobs: PathtoPublish: bundles/ ArtifactName: bundles -# - job: publish -# dependsOn: -# - windows -# steps: -# - task: PublishBuildArtifacts@1 -# displayName: 'Publish bundles' -# inputs: -# PathtoPublish: bundles/ -# ArtifactName: bundles +- job: macos + displayName: 'MacOS' + pool: + vmImage: 'macOS-10.13' + dependsOn: source + + variables: + MACOSX_DEPLOYMENT_TARGET: 10.9 + + steps: + - template: azure-pipelines/templates/release-fetch-source.yml + - template: azure-pipelines/templates/osx-dependencies.yml + - template: azure-pipelines/templates/osx-build.yml + - script: 'make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx' + displayName: 'Create bundles' + - task: PublishBuildArtifacts@1 + displayName: 'Publish bundles' + inputs: + PathtoPublish: bundles/ + ArtifactName: bundles diff --git a/cm_changelog.txt b/cm_changelog.txt index 30a06bffd7..a29ec9ae72 100644 --- a/cm_changelog.txt +++ b/cm_changelog.txt @@ -77,7 +77,7 @@ This is usable for any OpenTTD servers *** 1.9.0 (1 Apr 2019) *** - OpenTTD update. - Added treedozer tool (Ctrl+D) that destroys trees in an area - by Corns McGowan. -- Depot building tools now close after placement (hold Ctrl to keep them). Enable "" to revert to original behaviour. +- Depot building tools now close after placement (hold Ctrl to keep them). Enable "Interface->Construction->Keep depot building tools active after usage" to revert to original behaviour. - Removed vehicle measurements from framerate counter (massive performance improvement in some cases compared to vanilla). - Improved performance of up authority and advertisement zoning. - Improved cargo legend looks in charts.