0 Star 0 Fork 0

evine / libtorrent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.lgtm.yml 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
arvidn 提交于 2021-08-29 06:33 . include test code in lgtm report
path_classifiers:
test:
- "test/*.py"
- exclude: "test/*.cpp"
- exclude: "test/*.hpp"
extraction:
cpp:
prepare:
packages:
- libboost-all-dev
- libssl-dev
- ninja-build
after_prepare: |
wget -q "https://github.com/Kitware/CMake/releases/download/v3.21.2/cmake-3.21.2-linux-x86_64.tar.gz"
tar xzf cmake-3.21.2-linux-x86_64.tar.gz
index:
build_command: |
./cmake-3.21.2-linux-x86_64/bin/cmake -Dbuild_examples=ON -Dbuild_tests=ON -Dbuild_tools=ON -GNinja .
./cmake-3.21.2-linux-x86_64/bin/cmake --build .
1
https://gitee.com/evine/libtorrent.git
git@gitee.com:evine/libtorrent.git
evine
libtorrent
libtorrent
RC_2_0

搜索帮助