Working on Azure pipelines
This commit is contained in:
parent
15e2b82923
commit
0a48372a14
|
@ -6,18 +6,6 @@
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
linux:
|
|
||||||
imageName: 'ubuntu-latest'
|
|
||||||
# mac:
|
|
||||||
# imageName: 'macos-10.13'
|
|
||||||
# windows:
|
|
||||||
# imageName: 'vs2017-win2016'
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: $(imageName)
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user