Files
openttd-cmclient/azure-pipelines/templates/osx-build.yml
Pavel Stupnikov 68febec2a3 Add all the missing files
--HG--
branch : openttd
2019-02-15 02:26: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'