🚀 Add GitLab CI file

This commit is contained in:
Timmo 2019-02-09 22:11:43 +00:00
parent 9c39e12a96
commit aac366aaaf

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
---
include: https://raw.githubusercontent.com/hassio-addons/organization/master/gitlabci/addon.yml
variables:
ADDON_GITHUB_REPO: "hassio-addons/addon-thelounge"
ADDON_SLUG: "thelounge"
ADDON_TARGET: "thelounge"
ADDON_ARMV7: "false"
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:2.3.1"
ADDON_AMD64_BASE: "hassioaddons/base-amd64:2.3.1"
ADDON_ARMHF_BASE: "hassioaddons/base-armhf:2.3.1"
ADDON_I386_BASE: "hassioaddons/base-i386:2.3.1"