1 Star 1 Fork 1

Kxvz/oshi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cirrus.yml 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Widdis 提交于 2022-03-14 12:07 . Update FreeBSD to use JDK 11
freebsd_task:
name: FreeBSD CI
only_if: $CIRRUS_BRANCH == 'master' && $CIRRUS_REPO_OWNER == 'oshi'
skip: "!changesInclude('.cirrus.yml', '**/freebsd/**', '**/common/**', '**/unix/*', '**/util/**')"
freebsd_instance:
matrix:
image_family: freebsd-11-4
image_family: freebsd-12-3
image_family: freebsd-13-0
maven_cache:
folder: ~/.m2
install_script: pkg install -y openjdk11
test_script: ./mvnw test -Djacoco.skip=true -B
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Kxvz/oshi.git
git@gitee.com:Kxvz/oshi.git
Kxvz
oshi
oshi
master

搜索帮助