Changes in / [f9ed504:138cb1f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
azure-pipelines.yml
rf9ed504 r138cb1f 1 1 # configuration file for azure continuous integration 2 2 jobs: 3 4 3 - job: linux 5 4 pool: 6 5 vmImage: 'Ubuntu 16.04' 6 7 7 steps: 8 8 - script: | 9 9 make 10 10 displayName: 'make' 11 env:12 CFLAGS: -Werror13 14 11 - job: windows 15 12 pool: 16 13 vmIMage: 'VS2017-Win2016' 14 17 15 steps: 18 16 - script: | … … 26 24 pool: 27 25 vmIMage: macOS-10.13 26 28 27 steps: 29 28 - script: | … … 35 34 make 36 35 displayName: 'make' 37 env:38 CFLAGS: -Werror
Note: See TracChangeset
for help on using the changeset viewer.