1 Star 1 Fork 1

stlstl / haiku

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lgtm.yml 948 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
1
https://gitee.com/stlstl/haiku.git
git@gitee.com:stlstl/haiku.git
stlstl
haiku
haiku
master

搜索帮助