зеркало из https://github.com/microsoft/lsif-node.git
22 строки
335 B
YAML
22 строки
335 B
YAML
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- '*'
|
|
|
|
pr:
|
|
- main
|
|
- release/*
|
|
|
|
jobs:
|
|
- job: Linux
|
|
pool:
|
|
vmImage: 'ubuntu-latest'
|
|
steps:
|
|
- template: build/azure-pipelines/linux/build.yml
|
|
|
|
- job: Windows
|
|
pool:
|
|
vmImage: 'windows-latest'
|
|
steps:
|
|
- template: build/azure-pipelines/win32/build.yml |