Skip to content
Snippets Groups Projects
Unverified Commit e7838117 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

ci: build iskey

parent 704f2357
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment