mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(ci): opensuse
This commit is contained in:
parent
8e93fd3ae0
commit
281bab4943
@ -6,6 +6,7 @@ services:
|
||||
env:
|
||||
- distro: debian
|
||||
- distro: archlinux
|
||||
- distro: opensuse
|
||||
|
||||
before_install:
|
||||
- docker pull alexays/waybar:${distro}
|
||||
|
5
Dockerfiles/opensuse
Normal file
5
Dockerfiles/opensuse
Normal file
@ -0,0 +1,5 @@
|
||||
FROM opensuse/tumbleweed:latest
|
||||
|
||||
RUN zypper -n up && \
|
||||
zypper -n install -t pattern devel_C_C++ && \
|
||||
zypper -n install git meson clang libinput-devel libwayland-client0 libwayland-cursor0 wayland-protocols-devel wayland-devel Mesa-libEGL-devel Mesa-libGLESv2-devel libgbm-devel libxkbcommon-devel libudev-devel libpixman-1-0-devel gtkmm3-devel jsoncpp-devel
|
Loading…
Reference in New Issue
Block a user