Skip to content

Commit

Permalink
.lgtm.yml: new file
Browse files Browse the repository at this point in the history
add instructions for building on lgtm.com.

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jul 28, 2019
1 parent 9a2ef04 commit c5218a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c5218a2

Please sign in to comment.