[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:30:14 CET 2019
vlc-android | branch: master | Xavier RENE-CORAIL <xavier.renecorail at gmail.com> | Thu Jan 24 10:08:16 2019 +0100| [393c259d0ca4e872710e80e74ba5b85cd0e05a3b] | committer: Hugo Beauzée-Luyssen
Add a config file to tell LGTM.com how to build the code
> https://code.videolan.org/videolan/vlc-android/commit/393c259d0ca4e872710e80e74ba5b85cd0e05a3b
---
.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