提交 0b6ecf1f 编写于 作者: T Tim Neutkens

Set up CI with Azure Pipelines

上级 b9461824
pool:
vmImage: 'vs2017-win2016'
strategy:
maxParallel: 10
matrix:
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
steps:
- task: NodeTool@0
inputs:
versionSpec: $(node_version)
displayName: 'Install Node.js'
- script: |
npm install
displayName: 'Install dependencies'
- script: |
npm run bootstrap
displayName: 'Lerna bootstrap'
- script: |
npm test
displayName: 'Run tests'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册