Add a config file to tell LGTM.com how to build the code
This commit is contained in:
committed by
Hugo Beauzée-Luyssen
parent
9f146f3c6d
commit
393c259d0c
11
.lgtm.yml
Normal file
11
.lgtm.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user