1 Star 0 Fork 0

a-alpha/xen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cirrus.yml 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Cooper 提交于 2023-08-22 13:56 . CI: Update FreeBSD to 12.4
# https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks
freebsd_template: &FREEBSD_TEMPLATE
environment:
APPEND_LIB: /usr/local/lib
APPEND_INCLUDES: /usr/local/include
install_script: pkg install -y seabios gmake ninja bash
pkgconf python libiconv bison perl5
yajl lzo2 pixman argp-standalone
libxml2 glib git
build_script:
- cc --version
- ./configure --with-system-seabios=/usr/local/share/seabios/bios.bin
- gmake -j`sysctl -n hw.ncpu` clang=y
task:
name: 'FreeBSD 12'
freebsd_instance:
image_family: freebsd-12-4
<< : *FREEBSD_TEMPLATE
task:
name: 'FreeBSD 13'
freebsd_instance:
image_family: freebsd-13-2
<< : *FREEBSD_TEMPLATE
task:
name: 'FreeBSD 14'
freebsd_instance:
image_family: freebsd-14-0-snap
<< : *FREEBSD_TEMPLATE
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-alpha/xen.git
git@gitee.com:a-alpha/xen.git
a-alpha
xen
xen
master

搜索帮助