mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 06:33:49 +00:00
Add C build configuration for LGTM.com
This commit is contained in:
parent
2d3287a231
commit
7f2c7363d3
18
.lgtm.yml
18
.lgtm.yml
@ -1,4 +1,20 @@
|
|||||||
extraction:
|
extraction:
|
||||||
python:
|
python:
|
||||||
python_setup:
|
python_setup:
|
||||||
version: 3
|
version: "3"
|
||||||
|
cpp:
|
||||||
|
prepare:
|
||||||
|
packages:
|
||||||
|
- bsdtar
|
||||||
|
- python3-gi
|
||||||
|
- libcogl-pango-dev
|
||||||
|
- python3-pil
|
||||||
|
- python3-cairo
|
||||||
|
after_prepare:
|
||||||
|
- "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/master.zip"
|
||||||
|
- "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb"
|
||||||
|
index:
|
||||||
|
build_command:
|
||||||
|
- "meson setup build"
|
||||||
|
- "ninja -C build"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user