mirror of https://github.com/webpack/webpack.git
ci: improve
This commit is contained in:
parent
733131d214
commit
89fafbdf9f
|
|
@ -1,7 +1,7 @@
|
||||||
jobs:
|
jobs:
|
||||||
- job: basic
|
- job: basic
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
- job: lint
|
- job: lint
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -88,10 +88,12 @@ jobs:
|
||||||
- basic
|
- basic
|
||||||
- lint
|
- lint
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 4
|
maxParallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
|
node-13:
|
||||||
|
node_version: ^13.0.0
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.4.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
|
|
@ -134,10 +136,12 @@ jobs:
|
||||||
- basic
|
- basic
|
||||||
- lint
|
- lint
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS 10.13"
|
vmImage: macOS-latest
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 4
|
maxParallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
|
node-13:
|
||||||
|
node_version: ^13.0.0
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.4.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
|
|
@ -180,10 +184,12 @@ jobs:
|
||||||
- basic
|
- basic
|
||||||
- lint
|
- lint
|
||||||
pool:
|
pool:
|
||||||
vmImage: vs2017-win2016
|
vmImage: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 4
|
maxParallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
|
node-13:
|
||||||
|
node_version: ^13.0.0
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.4.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue