1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Pascal Vizeli 2019-05-01 09:54:48 +02:00
parent 0b9302ac3d
commit 09296b4fd4

31
azure-pipelines.yml Normal file
View 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'