Waybar/.travis.yml

13 lines
343 B
YAML
Raw Normal View History

2018-11-09 11:07:16 +00:00
sudo: false
2018-11-05 10:59:05 +00:00
2018-11-09 11:07:16 +00:00
services:
- docker
env:
- distro: debian
2018-11-05 10:59:05 +00:00
before_install:
2018-11-09 11:07:16 +00:00
- docker pull alexays/waybar:${distro}
2018-11-05 10:59:05 +00:00
script:
2018-11-09 11:07:16 +00:00
- 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"