[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:00 CET 2019


vlc-android | branch: master | Xavier RENE-CORAIL <xavier.renecorail at gmail.com> | Thu Jan 24 10:08:16 2019 +0100| [4f9b7e24baa331b09790ba60ad94a8f2bba30d7c] | 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/4f9b7e24baa331b09790ba60ad94a8f2bba30d7c
---

 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