This website requires JavaScript.
Explore
Help
Sign In
xfy
/
cocoon
Watch
1
Star
0
Fork
0
You've already forked cocoon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
201
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
xfy911
66196f84f6
ci: 修复构建目录问题
...
Some checks failed
CI / build (push)
Failing after 2m51s
Details
Build coco 步骤会改变工作目录到 coco/build, 导致后续 Build cocoon 步骤在错误的目录下执行 make。 添加 cd ../.. 回到项目根目录。
2026-06-15 19:24:01 +08:00
xfy911
8c1c103a1b
fix(config): 添加缺失的 parser 辅助函数\n\n- parser_expect_string: 从字符串 token 提取值\n- parser_skip_value: 跳过 JSON 值(对象/数组/基本值)\n- parser_number_str: 从数字 token 提取数值字符串\n- 修复 CI: 使用 make build-all 构建依赖
Some checks failed
CI / build (push)
Failing after 3m45s
Details
2026-06-15 18:59:48 +08:00
xfy911
cf8c0d351e
ci: 迁移 GitHub Actions 到 Gitea Actions
Some checks failed
CI / build (push)
Failing after 3m48s
Details
2026-06-15 17:52:08 +08:00