home-assistant/.gitlab-ci.yml
2018-06-08 17:15:58 -04:00

12 lines
259 B
YAML

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