Changes in / [93d2418:fb1c5e2]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r93d2418 rfb1c5e2  
    1717      make
    1818    displayName: 'make'
     19    env:
     20      # fail on error
     21      CFLAGS: /WX
    1922
    2023- job: macos
     
    2528  - script: |
    2629      brew update
    27       brew install pkg-config
     30      brew install pkg-config gnupg
    2831      brew install sox ffmpeg libsndfile lcov
    2932    displayName: 'brew install'
Note: See TracChangeset for help on using the changeset viewer.