ci: build iskey

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly 2024-04-14 20:22:43 +01:00
parent 704f23576a
commit e783811705
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -30,3 +30,13 @@ build-and-test-unl0kr-without-drm:
- git submodule update
- cd unl0kr
- ./test/test-without-drm.sh
build-iskey:
image: alpine:3.19
tags:
- saas-linux-small-amd64
script:
- apk -q add git bash build-base meson linux-headers libevdev-dev
- cd iskey
- meson setup _build
- meson compile -C _build