Set up CI with Azure Pipelines

[skip ci]
main
Chris Vickery 2019-09-23 16:35:09 -07:00
parent e503e8fb08
commit 031abaa4f2
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
npm install yarn
yarn
yarn run test-ci
displayName: 'yarn test'