15 Star 40 Fork 6

Gitee 极速下载/vlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vlang/v
克隆/下载
.cirrus.yml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/vlang.git
git@gitee.com:mirrors/vlang.git
mirrors
vlang
vlang
master

搜索帮助