mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
0b9302ac3d
commit
09296b4fd4
31
azure-pipelines.yml
Normal file
31
azure-pipelines.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# https://dev.azure.com/home-assistant
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- dev
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
versionWheels: 'dev'
|
||||||
|
versionBuilder: '3.1'
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
- job: 'Wheels'
|
||||||
|
condition: eq(variables['Build.SourceBranchName'], 'dev')
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-16.04'
|
||||||
|
strategy:
|
||||||
|
maxParallel: 2
|
||||||
|
matrix:
|
||||||
|
amd64:
|
||||||
|
buildContainer: 'homeassistant/amd64-wheels:$(versionWheels)'
|
||||||
|
container: $[ variables['buildContainer'] ]
|
||||||
|
steps:
|
||||||
|
- script: |
|
||||||
|
python3 -m builder --help
|
||||||
|
displayName: 'Run wheels build'
|
Loading…
x
Reference in New Issue
Block a user