Ignore:
Timestamp:
Jul 2, 2020, 1:31:47 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
6150f81
Parents:
66e8265
Message:

[ci] add azure linux deps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r66e8265 rb7fa316  
    44- job: linux
    55  pool:
    6     vmImage: 'ubuntu-16.04'
     6    vmImage: 'ubuntu-latest'
     7  steps:
     8  - script: |
     9      sudo apt install libavformat-dev
     10    displayName: 'deps'
     11  - script: |
     12      make
     13    displayName: 'make'
     14    env:
     15      CFLAGS: -Werror
     16
     17- job: linux-nodeps
     18  pool:
     19    vmImage: 'ubuntu-latest'
    720  steps:
    821  - script: |
Note: See TracChangeset for help on using the changeset viewer.