source: azure-pipelines.yml @ 46155e50

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5
Last change on this file since 46155e50 was 46155e50, checked in by Paul Brossier <piem@piem.org>, 6 years ago

azure-pipelines.yml: add windows image

  • Property mode set to 100644
File size: 281 bytes
Line 
1#  configuration file for azure continuous integration
2jobs:
3- job: linux
4  pool:
5    vmImage: 'Ubuntu 16.04'
6
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 TracBrowser for help on using the repository browser.