aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 3caed345391071ae9f7b73692f5538e909ab59ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
image: alpine/edge
packages:
  - eudev-dev
  - ffmpeg-dev
  - libinput-dev
  - libxkbcommon-dev
  - mesa-dev
  - meson
  - pixman-dev
  - util-linux-dev
  - wayland-dev
  - wayland-protocols
  - xcb-util-image-dev
  - xcb-util-renderutil-dev
  - xcb-util-wm-dev
  - xwayland
sources:
  - https://github.com/swaywm/wlroots
tasks:
  - setup: |
      cd wlroots
      meson build -Dauto_features=enabled -Dlibseat=disabled -Dxcb-errors=disabled
  - build: |
      cd wlroots
      ninja -C build
      sudo ninja -C build install
  - build-features-disabled: |
      cd wlroots
      meson build --reconfigure -Dauto_features=disabled
      ninja -C build
  - tinywl: |
      cd wlroots/tinywl
      make