home-assistant/.gitlab-ci.yml

13 lines
259 B
YAML
Raw Normal View History

2018-06-08 21:12:12 +00:00
image: alpine:latest
before_script:
- apk update
- apk add python3
- pip3 install homeassistant==$(cat .HA_VERSION)
test:config:
script:
- cp secrets.example.yaml secrets.yaml
- touch zones.yaml
- hass -c . --script check_config --files