diff --git a/tellstick/azure-pipelines.yml b/tellstick/azure-pipelines.yml new file mode 100644 index 0000000..422302e --- /dev/null +++ b/tellstick/azure-pipelines.yml @@ -0,0 +1,22 @@ +# https://dev.azure.com/home-assistant + +trigger: + branches: + include: + - master + paths: + include: + - tellstick/* +pr: none + +variables: + - name: versionBuilder + value: '2.0' + - group: docker + + +jobs: +- template: .azure/azp-template-addon.yml + parameters: + addon: 'tellstick' + arch: '--all'