mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
.lgtm.yml: new file
add instructions for building on lgtm.com. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
9a2ef041aa
commit
c5218a2a72
16
.lgtm.yml
Normal file
16
.lgtm.yml
Normal file
@ -0,0 +1,16 @@
|
||||
extraction:
|
||||
cpp:
|
||||
prepare:
|
||||
packages:
|
||||
- xz-utils
|
||||
- ninja-build
|
||||
- meson
|
||||
- libudev-dev
|
||||
- libudev1
|
||||
- udev
|
||||
after_prepare:
|
||||
- (wget https://github.com/libfuse/libfuse/releases/download/fuse-3.6.2/fuse-3.6.2.tar.xz; tar xf fuse-3.6.2.tar.xz; cd fuse-3.6.2; mkdir build; cd build; meson .. --prefix $LGTM_WORKSPACE/usr && ninja && ninja -j1 install || true)
|
||||
configure:
|
||||
command:
|
||||
- ./autogen.sh
|
||||
- ./configure PKG_CONFIG_PATH=$LGTM_WORKSPACE/usr/lib/x86_64-linux-gnu/pkgconfig
|
Loading…
x
Reference in New Issue
Block a user