Files @ r23446:6ee5c7b635a3
Branch filter:

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

peter1138
Feature: Add road icon to road construction drop down list.
1
2
3
4
5
steps:
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
  displayName: 'Configure'
- script: 'make -j2'
  displayName: 'Build'