# build-artifacts
**Repository Path**: xmake-mirror/build-artifacts
## Basic Information
- **Project Name**: build-artifacts
- **Description**: No description available
- **Primary Language**: Lua
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2021-06-23
- **Last Updated**: 2026-02-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
build-artifacts
An official xmake package artifacts repository
## Support this project
Support this project by [becoming a sponsor](https://xmake.io/about/sponsor). Your logo will show up here with a link to your website. π
## Introduction ([δΈζ](/README_zh.md))
build-artifacts is an official xmake package artifacts repository.
## Submit and update package artifacts
You only need to edit [build.txt](https://github.com/xmake-mirror/build-artifacts/blob/build/build.txt) to modify package name and versions, and submit a PR on the `build` branch.
A configuration can optionally be specified as a string.
Example:
```lua
-- 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.