MessagePack-CSharp/azure-pipelines.yml

54 строки
1.1 KiB
YAML
Исходник Обычный вид История

2018-12-12 07:05:55 +03:00
trigger:
branches:
2018-12-24 08:44:18 +03:00
include: ["master", "v1.8", "*_validate"]
2018-12-12 07:05:55 +03:00
paths:
exclude: ["doc", "*.md"]
variables:
TreatWarningsAsErrors: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
BuildConfiguration: Release
BuildPlatform: Any CPU
jobs:
- job: Windows
2019-06-03 05:48:18 +03:00
pool:
vmImage: windows-2019
2018-12-12 07:05:55 +03:00
steps:
- checkout: self
clean: true
- template: azure-pipelines/install-dependencies.yml
- powershell: '& (./azure-pipelines/Get-nbgv.ps1) cloud'
displayName: Set build number
2018-12-12 07:05:55 +03:00
- template: azure-pipelines/build.yml
- job: Unity
pool:
name: CustomAgents
demands: UNITYHUB_EDITORS_FOLDER_LOCATION
steps:
- checkout: self
clean: true
- template: azure-pipelines/install-dependencies.yml
- template: azure-pipelines/build_unity.yml
- job: Linux
pool:
vmImage: Ubuntu 16.04
steps:
- checkout: self
clean: true
- template: azure-pipelines/install-dependencies.yml
- template: azure-pipelines/build_nonWindows.yml
- job: macOS
pool:
vmImage: macOS 10.13
steps:
- checkout: self
clean: true
- template: azure-pipelines/install-dependencies.yml
- template: azure-pipelines/build_nonWindows.yml