Files
addons/google_assistant/azure-pipelines.yml
Franck Nijhof e836914c69 google_assistant: Collection of improvement and changes (#905)
* google_assistant: Move data files into a data folder

* google_assistant: Prettier YAML files

* google_assistant: Fix Markdownlint issues in the changelog

* google_assistant: Update add-on link

* google_assistant: Sort packages in Dockerfile

* google_assistant: Convert add-on to Bashio

* google_assistant: Fix add-on build by getting most recent pip directly

* google_assistant: Add initial documentation, based on the outdated docs
2020-01-11 16:06:08 +01:00

22 lines
370 B
YAML

# https://dev.azure.com/home-assistant
trigger:
branches:
include:
- master
paths:
include:
- google_assistant/*
pr: none
variables:
- name: versionBuilder
value: "2.0"
- group: docker
jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: "google_assistant"
arch: "--armv7 --amd64"