Changeset 46155e50


Ignore:
Timestamp:
Oct 5, 2018, 6:12:44 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:
f181953
Parents:
0be7f65
Message:

azure-pipelines.yml: add windows image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r0be7f65 r46155e50  
    11#  configuration file for azure continuous integration
    2 pool:
    3   vmImage: 'Ubuntu 16.04'
     2jobs:
     3- job: linux
     4  pool:
     5    vmImage: 'Ubuntu 16.04'
    46
    5 steps:
    6 - script: |
    7     make
    8   displayName: 'make'
     7  steps:
     8  - script: |
     9      make
     10    displayName: 'make'
     11- job: windows
     12  pool:
     13    vmIMage: 'VS2017-Win2016'
     14
     15  steps:
     16  - script: |
     17      make
     18    displayName: 'make'
Note: See TracChangeset for help on using the changeset viewer.