This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
OpenTTD-patches
Watch
2
Star
0
Fork
0
You've already forked OpenTTD-patches
mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced
2024-11-17 21:25:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
452e1e3328
OpenTTD-patches
/
azure-pipelines
/
templates
/
osx-build.yml
10 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
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.
2019-01-05 19:11:29 +00:00
steps
:
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.
2019-04-07 10:01:32 +00:00
-
script
:
|
set -ex
mkdir build
cd build
cmake ..
make -j2
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.
2019-01-05 19:11:29 +00:00
displayName
:
'Build'
Reference in New Issue
Copy Permalink