home-assistant-config/.gitlab-ci.yml

13 lines
208 B
YAML

image: 'python:3.5-slim'
before_script:
- cp ci_secrets.yaml secrets.yaml
- apt-get install -y libudev-dev
- pip3 install homeassistant
check_config:
script:
- hass -c . --script check_config