summaryrefslogtreecommitdiff
path: root/.build.yml
blob: 2d43d2c204f94350e9f3c3095813f01d7b034dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: alpine/edge
packages:
  - cairo-dev
  - gdk-pixbuf-dev
  - meson
  - scdoc
  - wayland-dev
  - wayland-protocols
sources:
  - https://github.com/swaywm/swaybg
tasks:
  - setup: |
      cd swaybg
      meson build/ --fatal-meson-warnings -Dauto_features=enabled
  - build: |
      cd swaybg
      ninja -C build/