haiku/lgtm.yml
Murai Takashi f6c0f9307f Update lgtm.yml
* Update configure script.
* Remove HAIKU_REVISION from build_command.

Change-Id: I2d2e3e8ba9a5ca333845734d42c5da00dc4e7610
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3866
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2021-04-16 16:36:12 +00:00

36 lines
943 B
YAML

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 --cross-tools-source $LGTM_WORKSPACE/buildtools/buildtools-master --build-cross-tools x86_64 --use-gcc-pipe -j2
index:
build_command:
- $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw