summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/osx-build.yml
blob: ae1724125dc130f3379c01950e58ee6be4c34520 (plain)
1
2
3
4
5
steps:
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
  displayName: 'Configure'
- script: 'make -j2'
  displayName: 'Build'