Add Buffyboard Man pages and Unify Build
This commit is contained in:
parent
edeb5e4a35
commit
0eae2838dc
28 changed files with 243 additions and 191 deletions
|
|
@ -1,15 +1,4 @@
|
|||
build-and-test-buffyboard:
|
||||
image: alpine:3.19
|
||||
tags:
|
||||
- saas-linux-small-amd64
|
||||
script:
|
||||
- apk -q add git bash build-base meson linux-headers inih-dev libinput-dev eudev-dev
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- cd buffyboard
|
||||
- ./test/test-all.sh
|
||||
|
||||
build-and-test-unl0kr-with-drm:
|
||||
build-and-test-with-drm:
|
||||
image: alpine:3.19
|
||||
tags:
|
||||
- saas-linux-small-amd64
|
||||
|
|
@ -17,10 +6,9 @@ build-and-test-unl0kr-with-drm:
|
|||
- apk -q add git bash build-base meson linux-headers inih-dev libinput-dev libxkbcommon-dev libdrm-dev scdoc
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- cd unl0kr
|
||||
- ./test/test-with-drm.sh
|
||||
|
||||
build-and-test-unl0kr-without-drm:
|
||||
build-and-test-without-drm:
|
||||
image: alpine:3.19
|
||||
tags:
|
||||
- saas-linux-small-amd64
|
||||
|
|
@ -28,7 +16,6 @@ build-and-test-unl0kr-without-drm:
|
|||
- apk -q add git bash build-base meson linux-headers inih-dev libinput-dev libxkbcommon-dev scdoc
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- cd unl0kr
|
||||
- ./test/test-without-drm.sh
|
||||
|
||||
build-iskey:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue