1 Star 0 Fork 0

Velcon-Zheng/picard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.xml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Adam Kiezun 提交于 2016-07-05 14:35 . coveralls
<project name="picard" basedir="." default="all">
<property name="gradle.executable" location="gradlew"/>
<echo>
ANT IS DEPRECATED FOR BUILDING Picard
Please switch to using gradlew
Examples:
compile picard or it's tests
./gradlew compileJava
./gradlew compileTest
build a jar
./gradlew jar
build a jar, along with source and document jars
./gradlew build
build a jar that packages all of htsjdk's dependencies in a single jar
./gradlew shadowJar
run tests, or a single test, or run a test and wait for the debugger
./gradlew test
./gradlew test --tests "*ParserTest"
./gradlew test --tests "*ParserTest" --debug-jvm
run tests and collect coverage information (report will be in `build/reports/jacoco/test/html/index.html`)
./gradlew jacocoTestReport
clean the project directory
./gradlew clean
see an exhaustive list of all available targets
./gradlew tasks
</echo>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Velcon-Zheng/picard.git
git@gitee.com:Velcon-Zheng/picard.git
Velcon-Zheng
picard
picard
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385