Automate HassIO builds using Gitlab CI (#52)

* Add Gitlab CI

* Fix aarch64 edge build
This commit is contained in:
Otto Winter
2018-06-13 11:13:53 +02:00
committed by GitHub
parent a827b51887
commit 9bb06782b2
14 changed files with 577 additions and 60 deletions

4
docker/Dockerfile.lint Normal file
View File

@@ -0,0 +1,4 @@
FROM python:2.7
RUN pip install -r requirements.txt && \
pip install flake8==3.5.0 pylint==1.8.4