Ignore:
Timestamp:
Oct 5, 2018, 7:03:48 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
f5b8800
Parents:
622b6dc
Message:

azure-pipelines.yml: install some brew packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r622b6dc r07b47b1  
    2424  steps:
    2525  - script: |
     26      brew update
     27      brew install sox ffmpeg libsndfile lcov
     28    displayName: 'brew install sox ffmpeg libsndfile lcov'
     29  - script: |
    2630      make
    2731    displayName: 'make'
Note: See TracChangeset for help on using the changeset viewer.