Add rudimentary CI for building unl0kr
This commit is contained in:
parent
60998611f1
commit
e6914720c2
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
build-unl0kr:
|
||||
image: alpine:3.19
|
||||
tags:
|
||||
- saas-linux-small-amd64
|
||||
script:
|
||||
- apk -q add git build-base meson linux-headers inih-dev libinput-dev libxkbcommon-dev libdrm-dev scdoc
|
||||
- cd unl0kr
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- meson _build
|
||||
- meson compile -C _build
|
||||
Loading…
Add table
Add a link
Reference in a new issue