[haiku-commits] haiku: hrev53497 - /

  • From: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 19 Sep 2019 00:13:01 -0400 (EDT)

hrev53497 adds 1 changeset to branch 'master'
old head: 827f75a766dbdc1aef9fa57d7189e3a2493d3a88
new head: 19017f3f47bd6947139f29fbd53c4530e2eb915d
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=19017f3f47bd+%5E827f75a766db

----------------------------------------------------------------------------

19017f3f47bd: Initial version of lgtm.com configuration file.
  
  * Ideally, should download a pre-built cross-compiler, but it
    finishes within the allowed run-time for now.

                         [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53497
Commit:      19017f3f47bd6947139f29fbd53c4530e2eb915d
URL:         https://git.haiku-os.org/haiku/commit/?id=19017f3f47bd
Author:      Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
Date:        Thu Sep 19 04:03:09 2019 UTC

----------------------------------------------------------------------------

1 file changed, 35 insertions(+)
lgtm.yml | 35 +++++++++++++++++++++++++++++++++++

----------------------------------------------------------------------------

diff --git a/lgtm.yml b/lgtm.yml
new file mode 100644
index 0000000000..74166933df
--- /dev/null
+++ b/lgtm.yml
@@ -0,0 +1,35 @@
+extraction:
+  cpp:
+    prepare:
+      packages:
+        - git
+        - nasm
+        - autoconf
+        - automake
+        - texinfo
+        - flex
+        - bison
+        - gawk
+        - build-essential
+        - unzip
+        - wget
+        - zip
+        - less
+        - zlib1g-dev
+        - xorriso
+        - libtool
+        - mtools
+        - gcc-multilib
+        - python3
+    after_prepare:
+      - curl https://codeload.github.com/haiku/buildtools/zip/master -o ;
master.zip
+      - mkdir $LGTM_WORKSPACE/buildtools
+      - unzip -qq master.zip -d $LGTM_WORKSPACE/buildtools
+      - cd $LGTM_WORKSPACE/buildtools/buildtools-master/jam && make && 
BINDIR=$LGTM_WORKSPACE/bin ./jam0 install
+    configure:
+      command:
+        - ./configure --build-cross-tools x86_64 
$LGTM_WORKSPACE/buildtools/buildtools-master --use-gcc-pipe -j2
+    index:
+      build_command:
+        - HAIKU_REVISION=hrev54000 $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw



Other related posts:

  • » [haiku-commits] haiku: hrev53497 - / - Jessica Hamilton