Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [Become a sponsor]
Introduction (中文)
build-artifacts is an official xmake package artifacts repository.
You only need to edit build.txt to modify package name and versions, and submit a PR on the build
branch.
A configuration can optionnaly be specified as a string.
Example:
-- build.txt
{
name = "llvm",
versions = {
"11.0.0",
"12.0.0"
},
configs = "lld=true,openmp=true"
}
It will trigger CI build jobs to build/upload artifacts to releases/assets and update manifest to main
branch.