mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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.
This commit is contained in:
parent
827f75a766
commit
19017f3f47
35
lgtm.yml
Normal file
35
lgtm.yml
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user