UNPKG

625 BYAMLView Raw
1# Node.js
2# Build a general Node.js project with npm.
3# Add steps that analyze code, save build artifacts, deploy, and more:
4# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
5name: joi2types
6
7trigger:
8 - master
9
10jobs:
11 - job: windows_test
12 timeoutInMinutes: 30
13 pool:
14 vmImage: 'vs2017-win2016'
15 steps:
16 - checkout: self
17 clean: all
18 fetchDepth: 1
19 - script: yarn install
20 displayName: install
21 - script: yarn build
22 displayName: build
23 - script: yarn ci
24 env:
25 PROGRESS: none
26 CI: true
27 displayName: test