Merge branch 'johannes/smoke-ci' into 'master'

Add rudimentary CI for building unl0kr

See merge request postmarketOS/buffybox!4
This commit is contained in:
Johannes Marbach 2024-01-29 13:44:01 +00:00
commit f9ce5dd414

11
.gitlab-ci.yml Normal file
View 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