feat(ci): archlinux

This commit is contained in:
Alexis 2018-11-09 15:19:17 +01:00
parent 13702012a4
commit 39dfa66261
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
env:
- distro: debian
- distro: archlinux
before_install:
- docker pull alexays/waybar:${distro}

5
Dockerfiles/archlinux Normal file
View File

@ -0,0 +1,5 @@
FROM archlinux/base:latest
RUN pacman -Syu --noconfirm && \
pacman -S git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp --noconfirm