summaryrefslogtreecommitdiff
path: root/azure-pipelines
AgeCommit message (Collapse)Author
2019-02-28Change: [AzurePipelines] Add freetype dependency for OSX. (#7299)PeterN
2019-02-24Change: [AzurePipelines] Use a minimum OSX version of 10.9 during building.Michael Lutz
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.
2019-02-10Fix: [AzurePipelines] always list the full changelog since last stablePatric Stout
2019-02-09Fix: [AzurePipelines] manifest.sh didn't know when it was a stable releasePatric Stout
In result, the name of the release was wrong, causing confusing in tools using the manifest.yaml.
2019-02-09Update: [AzurePipelines] NSIS is now part of the Hosted imageglx
2019-02-09Fix: [AzurePipelines] in case of a Pull Request, use that number (prefix ↵Patric Stout
with 'pr') as branchname Otherwise the branch name is always 'merge', which is not really useful or verbose.
2019-01-20Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarmPatric Stout
2019-01-13Add: [AzurePipeline] introducing a release pipelinePatric Stout
This release pipeline creates all the official release binaries, and publishes them as artifacts. Currently it can only produce nightlies and custom builds; stable/testing release binaries are untested. This commit also splits up the pipeline in small bits, to both improve readability, and to share code with the CI pipeline where possible.