Files @ r24061:a798207d2b21
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/osx-build.yml

Pavel Stupnikov
Feature: GS method to control engine availability for a specific company (#7791)

* Feature: GS method to allow company to use an engine before its introduction date

* Feature: GS method to retire an engine early for a specific company
1
2
3
4
5
steps:
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
  displayName: 'Configure'
- script: 'make -j2'
  displayName: 'Build'