[Android] Add a config file to tell LGTM.com how to build the code
Xavier RENE-CORAIL
git at videolan.org
Thu Jan 24 13:26:01 CET 2019
vlc-android | branch: master | Xavier RENE-CORAIL <xavier.renecorail at gmail.com> | Thu Jan 24 10:08:16 2019 +0100| [bb764eaf3800a3507a69c9e5cc0ae417649f39a9] | committer: Xavier RENE-CORAIL
Add a config file to tell LGTM.com how to build the code
> https://code.videolan.org/videolan/vlc-android/commit/bb764eaf3800a3507a69c9e5cc0ae417649f39a9
---
.lgtm.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 000000000..8e93e9aab
--- /dev/null
+++ b/.lgtm.yml
@@ -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
+
More information about the Android
mailing list