shithub: aubio

ref: 46155e507b184c932eabc61fa9b0f9869c5ece1d
dir: /azure-pipelines.yml/

View raw version
#  configuration file for azure continuous integration
jobs:
- job: linux
  pool:
    vmImage: 'Ubuntu 16.04'

  steps:
  - script: |
      make
    displayName: 'make'
- job: windows
  pool:
    vmIMage: 'VS2017-Win2016'

  steps:
  - script: |
      make
    displayName: 'make'