heheda123123 / build-artifacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-artifacts

An official xmake package artifacts repository

Supporting the project

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.

Submit and update package artifacts

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.

About


Languages

Language:Lua 100.0%