Files
openttd-cmclient/azure-pipelines/templates/osx-build.yml
2019-10-31 21:58:04 +03:00

6 lines
159 B
YAML

steps:
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
displayName: 'Configure'
- script: 'make -j2'
displayName: 'Build'