Files @ r24303:287e51ec3b6d
Branch filter:

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

Dan Villiom Podlaski Christiansen
Add: add option for forcing coloured compiler output (useful for Ninja)
1
2
3
4
5
steps:
- script: |
    set -ex
    HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config lzo xz libpng freetype
  displayName: 'Install dependencies'