Skip to content

Commit

Permalink
[lgtm]: Add LGTM yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <ganze718@gmail.com>
  • Loading branch information
Pterosaur committed Nov 26, 2020
1 parent 78cc697 commit 7b22e02
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
extraction:
cpp:
prepare:
packages:
- "qtbase5-dev"
- "libssl-dev"
- "dbus"
- "libdbus-1-dev"
- "libdbus-glib-1-2"
- "libdbus-glib-1-dev"
- "libreadline-dev"
- "libncurses5-dev"
- "libpcsclite-dev"
- "docbook-to-man"
- "docbook-utils"
- "libxml-simple-perl"
- "aspell"
- "aspell-en"
- "libhiredis-dev"
- "libnl-3-dev"
- "libnl-genl-3-dev"
- "libnl-route-3-dev"
- "libnl-nf-3-dev"
- "swig3.0"
- "libpython2.7-dev"
- "libgtest-dev"
- "dh-exec"
- "libzmq3-dev"
- "libzmq5"
after_prepare:
- "ls -l"
- "git clone https://github.com/Azure/sonic-swss-common; pushd sonic-swss-common;\
\ ./autogen.sh; fakeroot dpkg-buildpackage -us -uc -b; popd"
- "dpkg-deb -x libswsscommon_1.0.0_amd64.deb $LGTM_WORKSPACE"
- "dpkg-deb -x libswsscommon-dev_1.0.0_amd64.deb $LGTM_WORKSPACE"
index:
build_command: "pushd wpa_supplicant; cp defconfig .config; make; popd"

0 comments on commit 7b22e02

Please sign in to comment.