Changeset fc9c60e for azure-pipelines.yml
- Timestamp:
- Jul 2, 2020, 3:34:26 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- e836160
- Parents:
- 1ec59e4 (diff), 9c730b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
azure-pipelines.yml
r1ec59e4 rfc9c60e 4 4 - job: linux 5 5 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' 7 20 steps: 8 21 - script: | … … 25 38 - job: macos 26 39 pool: 27 vmImage: 'macos- 10.13'40 vmImage: 'macos-latest' 28 41 steps: 29 42 - script: |
Note: See TracChangeset
for help on using the changeset viewer.