Changeset f181953


Ignore:
Timestamp:
Oct 5, 2018, 6:18:03 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:
622b6dc
Parents:
46155e50
Message:

azure-pipelines.yml: add macos image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r46155e50 rf181953  
    1717      make
    1818    displayName: 'make'
     19
     20- job: macos
     21  pool:
     22    vmIMage: macOS-10.13
     23
     24  steps:
     25  - script: |
     26      make
     27    displayName: 'make'
Note: See TracChangeset for help on using the changeset viewer.