Add a config file to tell LGTM.com how to build the code

This commit is contained in:
Xavier RENE-CORAIL 2019-01-24 10:08:16 +01:00 committed by Hugo Beauzée-Luyssen
parent 9f146f3c6d
commit 393c259d0c

11
.lgtm.yml Normal file
View File

@ -0,0 +1,11 @@
extraction:
java:
before_index:
- export ANDROID_SDK=/opt/extra/android
- export ANDROID_NDK=/opt/extra/android
- export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools
- ./compile.sh --init
index:
build_command:
- ./gradlew assembleDebug