mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 10:10:08 +00:00
add azure-pipelines.yml (#34232)
This commit is contained in:
committed by
GitHub
parent
8fd42c02db
commit
653c39898d
24
azure-pipelines.yml
Normal file
24
azure-pipelines.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Starter pipeline
|
||||
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
||||
# Add steps that build, run tests, deploy, and more:
|
||||
# https://aka.ms/yaml
|
||||
jobs:
|
||||
- job: npmRunTest
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
demands: npm
|
||||
|
||||
timeoutInMinutes: 360
|
||||
|
||||
steps:
|
||||
- task: Npm@1
|
||||
displayName: 'npm install'
|
||||
inputs:
|
||||
verbose: false
|
||||
|
||||
- script: 'npm run test'
|
||||
displayName: 'npm run test'
|
||||
|
||||
trigger:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user