aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 36227c48c7f4d12ee8b3a0893fc9de6466014e97 (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
  - wayland-dev
  - wayland-protocols
  - xcb-util-image-dev
  - xcb-util-renderutil-dev
  - xcb-util-wm-dev
  - xwayland
  - libseat-dev
sources:
  - https://github.com/swaywm/wlroots
tasks:
  - setup: |
      cd wlroots
      meson build --default-library=both -Dauto_features=enabled -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