Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
ci: enable vulkan renderer on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Oct 15, 2021
1 parent c0c32a2 commit 46fc12b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ image: alpine/edge
packages:
- eudev-dev
- ffmpeg-dev
- glslang
- libinput-dev
- libxkbcommon-dev
- mesa-dev
- meson
- pixman-dev
- vulkan-headers
- vulkan-loader
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
Expand All @@ -19,7 +22,7 @@ sources:
tasks:
- setup: |
cd wlroots
meson build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled -Drenderers=gles2
meson build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled
- build: |
cd wlroots
ninja -C build
Expand Down

0 comments on commit 46fc12b

Please sign in to comment.