Add C build configuration for LGTM.com

This commit is contained in:
Sam Lanning 2019-02-11 12:24:55 -08:00 committed by Richard Hughes
parent 2d3287a231
commit 7f2c7363d3

View File

@ -1,4 +1,20 @@
extraction:
python:
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"