mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: update travis
This commit is contained in:
parent
b8b799a187
commit
a9751545fa
@ -11,4 +11,7 @@ before_install:
|
||||
- docker pull alexays/waybar:${distro}
|
||||
|
||||
script:
|
||||
- docker run alexays/waybar:${distro} /bin/sh -c "git clone https://github.com/Alexays/Waybar && cd Waybar && git clone https://github.com/swaywm/wlroots subprojects/wlroots && meson build && ninja -C build"
|
||||
- echo FROM alexays/waybar:${distro} > Dockerfile
|
||||
- echo ADD . /root >> Dockerfile
|
||||
- docker build -t waybar .
|
||||
- docker run waybar /bin/sh -c "cd /root && git clone https://github.com/swaywm/wlroots subprojects/wlroots && meson build && ninja -C build"
|
@ -1,4 +1,3 @@
|
||||
|
||||
FROM archlinux/base:latest
|
||||
|
||||
RUN pacman -Syu --noconfirm && \
|
||||
|
Loading…
Reference in New Issue
Block a user