Commit Graph

16 Commits (c46581e91f0e2c8f489494bb9cdc1752db79d8e5)

Author SHA1 Message Date
Michael Lutz 2e7a27d2ee Codechange: [AzurePipelines] Speed up non-published CI-builds by doing Debug Windows builds. 5 years ago
glx22 585c45d6c2
Fix 8fc2b48db: [AzurePipeline] copy/paste error (#7557) 5 years ago
glx22 8fc2b48db7
Fix: [AzurePipeline] ${Agent.JobName} content changed (#7556)
* Fix: [AzurePipeline] ${Agent.JobName} content changed

* Fix: [AzurePipeline] also update commit-checker condition
5 years ago
Patric Stout 7bd43f7413 Fix: [AzurePipelines] vcpkg is now preinstalled on Windows images
So instead of integrating our own, we only copy our precompiled
binaries into the right folder.
5 years ago
glx bfbe9ccc45 Fix: [AzurePipelines] run commit checker only for PRs 5 years ago
glx22 a1d028ea60 Fix: [AzurePipelines] Run commit checker only for PRs and pass it the target branch (#7356) 5 years ago
glx 26b0615c47 Fix e4cc06f67: [AzurePipelines] rebase only for PRs 5 years ago
glx e4cc06f67e Fix: [AzurePipelines] don't assume master as target branch when rebasing PRs 5 years ago
PeterN 9ad5112628
Change: [AzurePipelines] Add freetype dependency for OSX. (#7299) 5 years ago
Michael Lutz fa2bea7394 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.
5 years ago
Patric Stout 4d5d21be76 Fix: [AzurePipelines] always list the full changelog since last stable 5 years ago
Patric Stout 13b7e8774d Fix: [AzurePipelines] manifest.sh didn't know when it was a stable release
In result, the name of the release was wrong, causing confusing
in tools using the manifest.yaml.
5 years ago
glx 8c0bfb4637 Update: [AzurePipelines] NSIS is now part of the Hosted image 5 years ago
Patric Stout b7ed49af33 Fix: [AzurePipelines] in case of a Pull Request, use that number (prefix with 'pr') as branchname
Otherwise the branch name is always 'merge', which is not really
useful or verbose.
5 years ago
Patric Stout 5ad73e4029 Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm 5 years ago
Patric Stout 750927372f Add: [AzurePipeline] introducing a release pipeline
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.
5 years ago