Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
pvizeli committed May 1, 2019
1 parent 0b9302a commit 09296b4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 09296b4

Please sign in to comment.