Commit Graph

13 Commits (817bc44a3ea33c5e410733f061b02cc90732bce2)

Author SHA1 Message Date
glx22 0b86bd8b03 Fix: CMake option values should be ON/OFF 4 years ago
glx22 1e01982a2e Fix: Restore compression of pdb 4 years ago
glx22 3d76677594 Fix: Generate windows installer only for stable releases 4 years ago
Patric Stout 4218ebc932 Fix: [AzurePipelines] switch the CI / CD to CMake too
This also means dropping Debian/jessie, as it has a CMake that is
too old (3.0), with no real path to upgrade.
4 years ago
Charles Pigott d6a995fc2e Add: [AzurePipelines] Ubuntu Focal (20.04) 64bit build for releases 4 years ago
Charles Pigott d44a2e409c Codechange: [AzurePipelines] Update MacOS image to 10.14 4 years ago
Charles Pigott 077b4096f6 Change: [Pipelines] Remove jessie, add buster debian release builds 5 years ago
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
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 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
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.
6 years ago