代码拉取完成,页面将自动刷新
env:
LANG: en_US.UTF-8
freebsd_instance:
image_family: freebsd-14-0
## Note: all tasks should end with _script: here, otherwise they will not be picked up!
freebsd_task:
name: FreeBSD Code CI
timeout_in: 31m
skip: "!changesInclude('.cirrus.yml', '**.{v,vsh}', '**.c', '**.h')"
install_script: pkg install -y git
diagnose_env_script: |
## env ## CIRRUS_WORKING_DIR is /tmp/cirrus-ci-build
pwd
ls -la
whoami
git log -n1
echo 'number of detected processors:'
getconf _NPROCESSORS_ONLN
build_script: |
echo 'Building local V'
cc --version
make CFLAGS=
build_fast_script: |
##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v ## && ./fast -clang
test_math_script: |
echo 'Test the math module'
./v test vlib/math
test_math_pure_v_script: |
echo 'Test the math module, using only the pure V versions, without the .c.v overrides'
./v -exclude @vlib/math/*.c.v test vlib/math
test_zip_modules_script: |
echo 'Test modules using thirdparty/zip'
./v test vlib/compress/ vlib/szip/
test_self_script: |
echo 'Run test-self'
VTEST_JUST_ESSENTIAL=1 ./v test-self
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。